cordis_disconnect | R Documentation |
This function closes a connection to the CORDIS database
cordis_disconnect(con)
con |
database connection to duckdb database |
also takes care of shutting down the connection
invisible TRUE on success
## Not run:
con <- cordis_con()
cordis_disconnect(con)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.