| disconnect_cansim_connection | R Documentation |
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.
disconnect_cansim_connection(connection)
connection |
A connection to a cansim table as returned by |
'NULL'
## Not run:
con <- get_cansim_connection("34-10-0013", format="sqlite")
disconnect_cansim_connection(con)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.