db_duck_connect | R Documentation |
Create a DuckDB connection
db_duck_connect( db_path = NULL, file_name = NULL, read_only = FALSE, config = list() )
db_path |
if not 'NULL' path to database |
read_only |
Set to TRUE for read-only operation |
config |
Named list with DuckDB configuration flag |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.