Rblpapi (version 0.3.5)

fieldSearch: Search for matching data fields

Description

This function searches for matching Bloomberg data fields given a search term.

Usage

fieldSearch(searchterm, excludeterm = "Static", con = defaultConnection())

Arguments

searchterm
A string with the term to search for
excludeterm
A string with an expression for matches to excludes, defaults to “Static”
con
A connection object as created by a blpConnect call, and retrieved via the internal function defaultConnection.

Value

A data.frame with three columns of the id, mnenemonic and description of each match.

Examples

Run this code
## Not run: 
#   head(fieldSearch("vwap"), 20)
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace