convert_ind_okved2_xls_one_sheet: Converts one sheet of ind-baza-2018.xlsx or Ind_sub-2018.xls...

Description Usage Arguments Value Examples

View source: R/converters.R

Description

Written by: Vladimir Omelyusik

Usage

1
2
3
4
5
6
convert_ind_okved2_xls_one_sheet(
  path_to_source = "https://rosstat.gov.ru/storage/mediabank/BYkjy3Bn/Ind_sub-2018.xls",
  access_date = Sys.Date(),
  sheet = 1,
  variable_name = "ind_prod"
)

Arguments

path_to_source

name of the original ind_okved2.xlsx file

access_date

date of access is appended to every observation

sheet

number of sheet

Value

tibble

Examples

1
2
# ind = convert_ind_okved2_xls()
# new link https://rosstat.gov.ru/storage/mediabank/BYkjy3Bn/Ind_sub-2018.xls

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