View source: R/scraper-futures.R
code2month | R Documentation |
Get the corresponding month for the string that represent maturities of futures contracts.
code2month(x)
x |
a character with letters that represent the month of maturity of futures contracts. |
a vector of integers
code2month(c("F", "G", "H", "J", "K", "M", "N", "Q", "U", "V", "X", "Z"))
code2month(c("JAN", "FEV", "MAR", "NOV", "DEZ"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.