Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

fieldSearch

Search for matching data fields


Description

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

Usage

fieldSearch(searchterm, excludeterm = NULL, con = defaultConnection())

Arguments

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 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.

Author(s)

Dirk Eddelbuettel

Examples

## Not run: 
  head(fieldSearch("vwap"), 20)

## End(Not run)

Rblpapi

R Interface to 'Bloomberg'

v0.3.11
file LICENSE
Authors
Whit Armstrong, Dirk Eddelbuettel and John Laing
Initial release
2021-04-20

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.