powered by
Note: the file is in the "inst/extdata" directory inside the package, not the "data" directory.
library(RSQLite) drv <- dbDriver("SQLite") con <- dbConnect(drv, system.file("extdata","bb.db", package="nutshell")) dbListTables(con)
Run the code above in your browser using DataLab