https://github.com/cran/sqldf
Raw File
Tip revision: fa805c958e31b8cd3d7a737d78f87a138320d54a authored by G. Grothendieck on 10 December 2011, 00:00:00 UTC
version 0.4-6
Tip revision: fa805c9
NAMESPACE
# Default NAMESPACE created by R
# Remove the previous line if you edit this file

# Export all names
exportPattern(".")

# Import all packages listed as Imports or Depends
import(
  DBI,
  RSQLite,
  RSQLite.extfuns,
  gsubfn,
  proto,
  chron
)
back to top