powered by
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.
data.frame
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.
blpConnect
defaultConnection
Dirk Eddelbuettel
if (FALSE) { head(fieldSearch("vwap"), 20) }
Run the code above in your browser using DataLab