convert_1_nn_xlsx: Converts 1-nn xlsx file from rosstat to tibble

Description Usage Arguments Details Value Examples

View source: R/converters.R

Description

Converts 1-nn xlsx file from rosstat to tibble

Usage

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
)

Arguments

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

Details

Converts 1-nn xlsx file from rosstat to tibble. Written by: Rifat Enileev

Value

tibble

Examples

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")

kassandra-ru/kassandr documentation built on Jan. 1, 2022, 7:39 a.m.