disconnect_cansim_connection: Disconnect from a cansim connection
Description
Closes the database connection behind a table retrieved with
get_cansim_connection(..., format="sqlite"). Parquet and feather connections hold no
connection to close and are left alone, so code that does not know which format it was handed
can close it either way.
Usage
disconnect_cansim_connection(connection)
Value
`NULL`
Arguments
connection
A connection to a cansim table as returned by get_cansim_connection