convert_m2_m2_sa_xlsx: Converts m2-m2_sa file from rosstat to tibble

Description Usage Arguments Details Value Examples

View source: R/converters.R

Description

Converts m2-m2_sa file from rosstat to tibble

Usage

1
2
3
4
5
convert_m2_m2_sa_xlsx(
  path_to_source = "http://www.cbr.ru/vfs/statistics/credit_statistics/M2-M2_SA.xlsx",
  access_date = Sys.Date(),
  sheet = 1
)

Arguments

path_to_source

name of the original m2-m2_sa.xlsx file

access_date

date of access is appended to every observation

sheet

number of sheet, 1 by default

Details

Converts m2-m2_sa file from rosstat to tibble. Written by: Petr Garmider

Value

tibble

Examples

1

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