Description Usage Arguments Value Examples
View source: R/AmerAssocIndividInvestorsAAII.R
Disconnects.
1 | dbDisconnectEM(connName, env)
|
connName |
String. Name of the database connection object. Optional. This may be "passed" instead of "conn". |
env |
Environment. Default is the global environment .GlobalEnv. Location of the connection object "connName". |
Disconnects "connName" from the database and removes it from the environment "env".
1 2 3 4 5 6 7 8 9 10 | ## Not run:
# Instead use: dbLogoutEM()
dbDisconnectEM() # default is connection variable "connEM" in the .GlobalEnv
# Tried to disconnect the R object "connEM" and remove it
# from the environment <environment: R_GlobalEnv>.
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.