Converts I_ipc file from rosstat to tibble

convert_i_ipc_xlsx(
  path_to_source = "http://www.gks.ru/free_doc/new_site/prices/potr/I_ipc.xlsx",
  access_date = Sys.Date()
)

Arguments

path_to_source

name of the original I_ipc.xls file

access_date

date of access is appended to every observation

Value

tibble

Details

Converts I_ipc file from rosstat to tibble

Examples

# \donttest{ cpi = convert_i_ipc_xlsx()
#> New names: #> * `` -> ...2 #> * `` -> ...3 #> * `` -> ...4 #> * `` -> ...5 #> * `` -> ...6 #> * ...
# }