Converts ind_baza_2018 file from rosstat to tibble

convert_ind_baza_2018_xlsx(
  path_to_source = "https://gks.ru/storage/mediabank/ind-baza-2018.xlsx",
  access_date = Sys.Date()
)

Arguments

path_to_source

name of the original ind-baza-2018.xlsx file

access_date

date of access is appended to every observation

Value

tibble

Details

Converts ind_baza_2018 file from rosstat to tibble. Written by: Nastya Jarkova, mod by Rifat Enileev

Examples

# \donttest{ ind = convert_ind_baza_2018_xlsx() # }