Tweak databases/p5-Amazon-SimpleDB version 0.03_1
[dports.git] / databases / R-cran-sqldf / pkg-descr
1 sqldf is an R package for runing SQL statements on R data frames, optimized for
2 convenience. The user simply specifies an SQL statement in R using data frame
3 names in place of table names and a database with appropriate table
4 layouts/schema is automatically created, the data frames are automatically
5 loaded into the database, the specified SQL statement is performed, the result
6 is read back into R and the database is deleted all automatically behind the
7 scenes making the database's existence transparent to the user who only
8 specifies the SQL statement.
9
10 WWW: https://code.google.com/p/sqldf