https://github.com/cran/sqldf
Raw File
Tip revision: 16a92a90abf95203d47aa467c11a269b9071feb8 authored by G. Grothendieck on 22 November 2011, 00:00:00 UTC
version 0.4-5
Tip revision: 16a92a9
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