Converts ind_okved2 file from rosstat to tibble

convert_ind_okved2_xlsx(
  path_to_source = "http://www.gks.ru/storage/mediabank/ind_okved2(1).xlsx",
  access_date = Sys.Date()
)

Arguments

path_to_source

name of the original ind_okved2.xlsx file

access_date

date of access is appended to every observation

Value

tibble

Details

Converts ind_okved2 file from rosstat to tibble. Written by: Nastya Jarkova

Examples

# \donttest{ ind = convert_ind_okved2_xlsx() # }