cbr_security_info | R Documentation |
Convert list from xml to data.frame without changes
cbr_security_info(
name,
firstDate = as.Date("2000-01-01"),
secondDate = Sys.Date()
)
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 |
data.frame
df <- cbr_security_info("AuctionsXML")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.