Error with SDMXComponents as.data.frame with no concept dimensions
Closed this issue · 2 comments
eblondel commented
From @justasmundeikis
#downloading data
S8R394_M4020201 <- readSDMX(providerId = "LSD", resource = "data", flowRef="S8R394_M4020201", dsd = TRUE)
#parsing data
S8R394_M4020201 <- as.data.frame(S8R394_M4020201 , labels = TRUE)
Error in data.frame(..., check.names = FALSE) : arguments imply differing number of rows: 1, 0
working on the newest version of rsdmx
eblondel commented
Hi @justasmundeikis i've fixed here the issue you pointed out. rsdmx was not covering the case where there is no concept dimension in the data structure. Please re-install rsdmx from Github, it should work now. Thanks
justasmundeikis commented
Thanks, works great!