Description Usage Arguments Value Examples
View source: R/AmerAssocIndividInvestorsAAII.R
Disconnect and remove the DBI connection object connName (default is "connEM") from the environment "env".
1 | dbLogoutEM(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 "connEM" from the database or disconnects "connName" from the database and removes it from the environment "env".
1 2 3 4 | ## Not run:
dbLogoutEM() # default is connection variable "connEM" in the .GlobalEnv
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.