convert_tab5a_xls: Converts tab5a file from rosstat to tibble

Description Usage Arguments Details Value Examples

View source: R/converters.R

Description

Converts tab5a file from rosstat to tibble

Usage

1
2
3
4
5
convert_tab5a_xls(
  path_to_source = "http://www.gks.ru/free_doc/new_site/vvp/kv/tab5a.xls",
  access_date = Sys.Date(),
  sheet = 1
)

Arguments

path_to_source

name of the original tab5a.xls file

access_date

date of access is appended to every observation

sheet

number of sheet, 1 by default

Details

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

Value

tibble

Examples

1

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