Converts tab2.29.xls file from cbr to tibble

convert_tab229_xls(
  path_to_source = "http://www.gks.ru/free_doc/doc_2018/bul_dr/trud/ors-2018-3kv.rar",
  access_date = Sys.Date()
)

Arguments

path_to_source

name of the original tab2.29.xls file

access_date

date of access is appended to every observation

Value

tibble

Details

Converts tab2.29.xls file from cbr to tibble. Written by: Maxim Alekseev

Examples

# no yet - needs rar extraction!