blpConnect {RBloomberg} | R Documentation |
The function blpConnect
returns a connection object to one of
the Bloomberg interfaces. Currently, only the Java Version 3 API is
supported.
blpConnect(iface="Java") blpDisconnect(conn)
iface |
Which Bloomberg interface? (only "Java" currently supported). |
conn |
Connection object |
Connections to other APIs may be developed in future.
Ana Nelson ana@ananelson.com
## Not run: conn <- blpConnect() blpDisconnect(conn) ## End(Not run)