connect_to_db | R Documentation |
A wrapper around dbConnect
for Sqlite.
Create an object of class SQLiteConnection
to a sqlite database stored in
db_file
. Prints the output from src_dbi
and returns
the connection object.
connect_to_db(db_file)
db_file |
full name (including path) of the file. |
An object of class SQLiteConnection
to a sqlite database.
conn <- connect_to_db(db_example("AcademicGraph.sqlite"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.