Converts tab5a file from rosstat to tibble

convert_tab5a_xls(
  path_to_source = "http://www.gks.ru/free_doc/new_site/vvp/kv/tab5a.xls",
  access_date = Sys.Date()
)

Arguments

path_to_source

name of the original tab5a.xls file

access_date

date of access is appended to every observation

Value

tibble

Details

Converts tab5a file from rosstat to tibble. The structure is similar to tab6b.

Examples

# \donttest{ tab5a = convert_tab5a_xls()
#> New names: #> * `` -> ...2 #> * `` -> ...3 #> * `` -> ...4 #> * `` -> ...5 #> * `` -> ...6 #> * ...
#> Warning: NAs introduced by coercion
# }