Rblpapi (version 0.3.14)

fieldInfo: Run 'Bloomberg Field Data' Queries

Description

This function uses the Bloomberg API to retrieve fieldInfo

Usage

fieldInfo(fields, con = defaultConnection())

Value

A data frame with as a many rows as entries in fields

Arguments

fields

A character vector with Bloomberg query fields.

con

A connection object as created by a blpConnect call, and retrieved via the internal function defaultConnection.

Author

Whit Armstrong and Dirk Eddelbuettel

Examples

Run this code
if (FALSE) {
  fieldInfo(c("PX_LAST", "VOLUME"))
}

Run the code above in your browser using DataLab