Description Usage Arguments Details Value Examples
View source: R/parse_statistics.R
Parse exchange rates from cbr
1 2 3 4 5 | parse_exchangerate(
currency = "R01235",
from = "1991-01-01",
access_date = Sys.Date()
)
|
currency |
currency code, default is R01235 (US Dollar). One may use R01239 (euro) etc |
from |
starting date |
access_date |
date of access is appended to every observation |
Parse exchange rates from cbr Written by Maxim Alekseev
tsibble
1 | # exch_rate <- parse_exchangerate()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.