https://github.com/cran/sqldf
Raw File
Tip revision: 50e5ac89a6f20a82b3135f4764c041b56d8ab4d6 authored by G. Grothendieck on 28 June 2017, 05:43:10 UTC
version 0.4-11
Tip revision: 50e5ac8
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,
  gsubfn,
  proto,
  chron
)

importFrom("utils", "download.file", "head", "modifyList")
back to top