Last chance! 50% off unlimited learning
Sale ends in
This function searches for matching Bloomberg data fields given a search term.
fieldSearch(searchterm, excludeterm = NULL, con = defaultConnection())
A data.frame
with three columns of the id,
mnenemonic and description of each match.
A string with the term to search for
Deprecated. A warning is issued if not ‘NULL’, the default
A connection object as created by a blpConnect
call, and retrieved via the internal function
defaultConnection
.
Dirk Eddelbuettel
if (FALSE) {
head(fieldSearch("vwap"), 20)
}
Run the code above in your browser using DataLab