This function searches for matching Bloomberg data fields given a search term.
fieldSearch(searchterm, excludeterm = "Static", con = defaultConnection())
A string with the term to search for
A string with an expression for matches to excludes, defaults to “Static”
A connection object as created by a blpConnect
call, and retrieved via the internal function
defaultConnection
.
A data.frame
with three columns of the id,
mnenemonic and description of each match.
# NOT RUN {
head(fieldSearch("vwap"), 20)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab