View source: R/blpDisconnect.R
blpDisconnect | R Documentation |
This function provides an empty stub and does not really disconnect.
blpDisconnect(con)
con |
A connection object |
The internal connection object is managed via finalizers. As such the connection is only destroyed, and the connection removed, once the packaged is unloaded or the session is otherwise terminated.
A boolean is returned; it simply states whether the connection object was small or large relative to an arbitrary cutoff of 1000 bytes.
Whit Armstrong and Dirk Eddelbuettel
## Not run:
blpDisconnect(con)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.