powered by
Creates a DuckDB connection to the REDCap database file.
use_duckdb(dbname = "redcap.duckdb")
A DuckDB connection object.
Character string specifying the database file name. Default is "redcap.duckdb".
if (FALSE) { conn <- use_duckdb() # Use the connection... remove_duckdb(conn) }
Run the code above in your browser using DataLab