Converts tab6b file from rosstat to tibble

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

Arguments

path_to_source

name of the original tab6b.xls file

access_date

date of access is appended to every observation

Value

tibble

Details

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

Examples

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