Package: sqldf Version: 0.4-13 Date: 2026-06-27 Title: Manipulate R Data Frames Using SQL Authors@R: person(given = "G.", family = "Grothendieck", role = c("aut", "cre"), email = "ggrothendieck@gmail.com") 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 NeedsCompilation: no Repository: https://ggrothendieck.r-universe.dev Date/Publication: 2026-06-28 16:00:21 UTC RemoteUrl: https://github.com/ggrothendieck/sqldf RemoteRef: HEAD RemoteSha: 462ae075559c994daa638a2c55589443aa95427a Packaged: 2026-06-28 17:11:03 UTC; root Author: G. Grothendieck [aut, cre] Maintainer: G. Grothendieck