Create DuckDB Connection
use_duckdb.RdCreates a DuckDB connection to the REDCap database file.
Examples
if (FALSE) { # \dontrun{
conn <- use_duckdb()
# Use the connection...
remove_duckdb(conn)
} # }
use_duckdb.RdCreates a DuckDB connection to the REDCap database file.
if (FALSE) { # \dontrun{
conn <- use_duckdb()
# Use the connection...
remove_duckdb(conn)
} # }