powered by
Setup a sqlite database connection
src_sqlite(dbname = ":memory:", ...)
(character) name of database file, defaults to ":memory:" for an in-memory database, see RSQLite::SQLite()
RSQLite::SQLite()
additional named parameters passed on to RSQLite::SQLite()
uses RSQLite under the hood
# NOT RUN { (con <- src_sqlite()) print(con) # } # NOT RUN { # }
Run the code above in your browser using DataLab