powered by
Closes a DuckDB connection and removes the database file.
remove_duckdb(conn, dbname = "redcap.duckdb")
Invisible NULL.
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