connect_historic_db | R Documentation |
This creates a DBI connection to the duckdb database
that holds the historic data table. You should call
disconnect_historic_db()
when you are finished
querying the database.
connect_historic_db(db_path = NULL)
db_path |
path to the duckdb database. In most cases
it does not need to be specified as it uses the default location
set by |
See attach_historic_data()
for examples.
a DBIConnection object for communicating with the duckdb database
DBI::dbConnect()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.