This function closes a connection to the CORDIS database

cordis_disconnect(con)

Arguments

con

database connection to duckdb database

Value

invisible TRUE on success

Details

also takes care of shutting down the connection

Examples

if (FALSE) { # \dontrun{
con <- cordis_con()
cordis_disconnect(con)
} # }