powered by
Closes a WRDS database connection.
wrds_disconnect(wrds)
Invisibly returns TRUE if disconnection was successful.
TRUE
A DBIConnection object returned by wrds_connect().
DBIConnection
wrds_connect()
if (FALSE) { wrds <- wrds_connect() wrds_disconnect(wrds) }
Run the code above in your browser using DataLab