Description Usage Arguments Details Value Examples
Converts 1-nn xlsx file from rosstat to tibble
1 2 3 4 5 | convert_1_nn_xlsx(
path_to_source = "https://www.gks.ru/bgd/regl/b20_02/IssWWW.exe/Stg/d010/1-11.xlsx",
access_date = Sys.Date(),
sheet = 1
)
|
path_to_source |
name of the original 1-nn.doc file |
access_date |
date of access is appended to every observation |
sheet |
number of sheet, 1 by default |
Converts 1-nn xlsx file from rosstat to tibble. Written by: Rifat Enileev
tibble
1 2 3 | one = convert_1_nn_xlsx("https://www.gks.ru/bgd/regl/b20_02/IssWWW.exe/Stg/d010/1-07.xlsx")
two = convert_1_nn_xlsx("https://www.gks.ru/bgd/regl/b20_02/IssWWW.exe/Stg/d010/1-03.xlsx")
three = convert_1_nn_xlsx("https://www.gks.ru/bgd/regl/b20_02/IssWWW.exe/Stg/d010/1-11.xlsx")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.