convert_tab5a_xls.Rd
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() )
path_to_source | name of the original tab5a.xls file |
---|---|
access_date | date of access is appended to every observation |
tibble
Converts tab5a file from rosstat to tibble. The structure is similar to tab6b.
# \donttest{ tab5a = convert_tab5a_xls()#>#> #> #> #> #> #>#> Warning: NAs introduced by coercion# }