cdmDisconnect {CDMConnector} | R Documentation |
Disconnect the connection of the cdm object
Description
This function will disconnect from the database as well as drop "temporary" tables that were created on database systems that do not support actual temporary tables. Currently temp tables are emulated on Spark/Databricks systems.
Usage
cdmDisconnect(cdm)
cdm_disconnect(cdm)
Arguments
cdm |
cdm reference |
[Package CDMConnector version 1.5.0 Index]