close_connection {SCDB} | R Documentation |
Close connection to the database
Description
Close connection to the database
Usage
close_connection(conn)
Arguments
conn |
( |
Value
dbDisconnect()
returns TRUE
, invisibly.
Examples
conn <- get_connection()
close_connection(conn)
[Package SCDB version 0.4.0 Index]