blpConnect {RBloomberg}R Documentation

Open or shut a connection to Bloomberg

Description

The function blpConnect returns a connection object to one of the Bloomberg interfaces. Currently, only the Java Version 3 API is supported.

Usage

blpConnect(iface="Java")
blpDisconnect(conn)

Arguments

iface Which Bloomberg interface? (only "Java" currently supported).
conn Connection object

Details

Connections to other APIs may be developed in future.

Author(s)

Ana Nelson ana@ananelson.com

Examples

## Not run: 
conn <- blpConnect()
blpDisconnect(conn)
## End(Not run)

[Package RBloomberg version 0.4-144 Index]