Rblpapi (version 0.3.10)

blpDisconnect: Placeholder function for disconnection from Bloomberg

Description

This function provides an empty stub and does not really disconnect.

Usage

blpDisconnect(con)

Arguments

con

A connection object

Value

A boolean is returned; it simply states whether the connection object was small or large relative to an arbitrary cutoff of 1000 bytes.

Details

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.

Examples

Run this code
# NOT RUN {
  blpDisconnect(con)
# }

Run the code above in your browser using DataCamp Workspace