cordis_disconnect: Close and shutdown CORDIS database connection

View source: R/cordis.R

cordis_disconnectR Documentation

Close and shutdown CORDIS database connection

Description

This function closes a connection to the CORDIS database

Usage

cordis_disconnect(con)

Arguments

con

database connection to duckdb database

Details

also takes care of shutting down the connection

Value

invisible TRUE on success

Examples

## Not run: 
con <- cordis_con()
cordis_disconnect(con)

## End(Not run)

KTH-Library/cordis documentation built on Jan. 30, 2025, 8:13 p.m.