Parse lending rates from cbr

convert_lendrate(
  path_to_source = "http://www.cbr.ru/hd_base/mkr/mkr_monthes/",
  access_date = Sys.Date()
)

Arguments

path_to_source

name of the original html

access_date

date of access is appended to every observation

Value

tsibble

Details

Parse lending rates from cbr Written by Nastya Jarkova

Examples

# \donttest{ lend_rate <- convert_lendrate()
#> Warning: NAs introduced by coercion
#> Warning: NAs introduced by coercion
#> Warning: NAs introduced by coercion
# }