powered by
SQLiteConnection objects are usually created by dbConnect
SQLiteConnection
dbConnect
# NOT RUN { con <- dbConnect(SQLite(), dbname = tempfile()) dbDisconnect(con) # }
Run the code above in your browser using DataLab