fieldSearch | R Documentation |
This function searches for matching Bloomberg data fields given a search term.
fieldSearch(searchterm, excludeterm = NULL, con = defaultConnection())
searchterm |
A string with the term to search for |
excludeterm |
Deprecated. A warning is issued if not ‘NULL’, the default |
con |
A connection object as created by a |
A data.frame
with three columns of the id,
mnenemonic and description of each match.
Dirk Eddelbuettel
## Not run:
head(fieldSearch("vwap"), 20)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.