我正在努力将 readSDMX 用于数据帧。我的代码在下面,以及错误。对此的任何帮助将不胜感激。这是我第一次使用 RSDMX 库,对这个很陌生。提前致谢!
tmp <- tempfile()
download.file("https://markets.newyorkfed.org/api/ambs/all/results/summary/search.sdmx.xml?
startdate=03/01/2020&enddate=04/05/2020", tmp)
fedops <- readSDMX(tmp,isURL = FALSE)
fedops2 <- as.data.frame(fedops)
t.default(attrs) 中的错误:参数不是矩阵