opensdmx/rsdmx

as.data.frame.SDMXConcepts error

antaldaniel opened this issue · 1 comments

conceptScheme <- readSDMX("https://ec.europa.eu/eurostat/api/dissemination/sdmx/2.1/conceptscheme/ESTAT/NAMA_10_GDP")
as.data.frame(conceptScheme)

Error in attributes(.Data) <- c(attributes(.Data), attrib) :
'names' attribute [3] must be the same length as the vector [2]
In addition: Warning message:
In as.data.frame.SDMXConcepts(conceptScheme) :
Using first conceptScheme referenced in SDMXConcepts object:

           Specify 'conceptSchemeId' argument for a specific conceptScheme

@antaldaniel I've applied some fix. Can you reinstall from github and test? Thanks