cbr_security_info: Convert list from xml to data.frame without changes

View source: R/cbr.R

cbr_security_infoR Documentation

Convert list from xml to data.frame without changes

Description

Convert list from xml to data.frame without changes

Usage

cbr_security_info(
  name,
  firstDate = as.Date("2000-01-01"),
  secondDate = Sys.Date()
)

Arguments

name

the name of variable from https://cbr.ru/secinfo/secinfo.asmx

firstDate

start of period, Date, as.Date("2000-01-01") by default

secondDate

end of period, Date, Sys.Date() by default

Value

data.frame

Examples

df <- cbr_security_info("AuctionsXML")

bdemeshev/cbr documentation built on Sept. 23, 2024, 8:48 a.m.