Converts Investment file from rosstat to tibble

convert_1_06_0_xlsx(
  path_to_source = "http://www.gks.ru/bgd/regl/b19_02/IssWWW.exe/Stg/d010/1-06-0.xlsx",
  access_date = Sys.Date()
)

Arguments

path_to_source

name of the original 1-06-0.xls file

access_date

date of access is appended to every observation

Value

tibble

Details

Converts Investment file from rosstat to tibble Written by Rifat Eniliev

Examples

# \donttest{ invest = convert_1_06_0_xlsx()
#> New names: #> * `` -> ...1 #> * `` -> ...4 #> * `` -> ...5 #> * `` -> ...6
# }