Skip to contents

Disconnect from the CSO Data Lake

Usage

db_disconnect()

Value

Invisibly returns TRUE if disconnected, FALSE if was not connected.

Examples

if (FALSE) { # \dontrun{
db_connect()
# ... do work ...
db_disconnect()
} # }