-
Notifications
You must be signed in to change notification settings - Fork 80
/
DESCRIPTION
23 lines (22 loc) · 1.14 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: sqldf
Version: 0.4-11
Date: 2017-06-23
Title: Manipulate R Data Frames Using SQL
Author: G. Grothendieck <[email protected]>
Maintainer: G. Grothendieck <[email protected]>
Description: The sqldf() function is typically passed a single argument which
is an SQL select statement where the table names are ordinary R data
frame names. sqldf() transparently sets up a database, imports the
data frames into that database, performs the SQL select or other
statement and returns the result using a heuristic to determine which
class to assign to each column of the returned data frame. The sqldf()
or read.csv.sql() functions can also be used to read filtered files
into R even if the original files are larger than R itself can handle.
'RSQLite', 'RH2', 'RMySQL' and 'RPostgreSQL' backends are supported.
ByteCompile: true
Depends: R (>= 3.1.0), gsubfn (>= 0.6), proto, RSQLite
Suggests: RH2, RMySQL, RPostgreSQL, svUnit, tcltk, MASS
Imports: DBI, chron
License: GPL-2
BugReports: https://github.com/ggrothendieck/sqldf/issues
URL: https://github.com/ggrothendieck/sqldf, https://groups.google.com/group/sqldf