convert_trade_xls: Converts trade.xls file from cbr to tibble

Description Usage Arguments Details Value Examples

View source: R/converters.R

Description

Converts trade.xls file from cbr to tibble

Usage

1
2
3
4
5
6
convert_trade_xls(
 
    path_to_source = "https://www.cbr.ru/vfs/statistics/credit_statistics/trade/trade.xls",
  access_date = Sys.Date(),
  sheet = 1
)

Arguments

path_to_source

name of the original trade.xls file

access_date

date of access is appended to every observation

sheet

number of sheet, 1 by default

Details

Converts trade.xls file from cbr to tibble. Written by: Maxim Alekseev

Value

tibble

Examples

1

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