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

Description Usage Arguments Details Value Examples

Description

Convert list from xml to data.frame without changes

Usage

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

Arguments

name

the name of variable from http://www.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

Details

Convert list from xml to data.frame without changes

Value

data.frame

Examples

1
df <- cbr_security_info("AuctionsXML")

bdemeshev/cbr documentation built on May 12, 2019, 3:40 a.m.