https://github.com/cran/sqldf
Raw File
Tip revision: c6841ff3a000746576c49473f085aa4b340b4907 authored by G. Grothendieck on 20 February 2014, 00:00:00 UTC
version 0.4-7
Tip revision: c6841ff
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