Learn R Programming

cansim (version 0.5.0)

disconnect_cansim_sqlite: Disconnect from a cansim database connection (deprecated)

Description

This method is deprecated and will be removed in a future version, please use `disconnect_cansim_connection()` instead.

Usage

disconnect_cansim_sqlite(connection)

Value

`NULL``

Arguments

connection

connection to database

Examples

Run this code
if (FALSE) {
con <- get_cansim_connection("34-10-0013", format="sqlite")
disconnect_cansim_connection(con)
}

Run the code above in your browser using DataLab