View source: R/mapEikonTimefieldsToRd.R
mapEikonTimefieldsToRd | R Documentation |
This function translates a vector of column names from the Eikon format to corresponding Refinitiv Data (RD) names based on a predefined mapping. If a column name does not have a mapping, it is kept unchanged.
mapEikonTimefieldsToRd(
cols = c("TIMESTAMP", "VOLUME", "HIGH", "LOW", "OPEN", "CLOSE")
)
cols |
A character vector of original column names in Eikon format. Defaults to c("TIMESTAMP", "VOLUME", "HIGH", "LOW", "OPEN", "CLOSE"). |
A character vector of translated column names for Refinitiv Data (RD).
[rd_GetHistoricalPricing()]
mapEikonTimefieldsToRd()
mapEikonTimefieldsToRd(c("TIMESTAMP", "UNKNOWN_COLUMN", "CLOSE"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.