opensdmx / rsdmx

Tools for reading SDMX data and metadata in R
https://github.com/opensdmx/rsdmx/wiki
105 stars 30 forks source link

as.data.frame.SDMXConcepts error #195

Closed antaldaniel closed 1 month ago

antaldaniel commented 9 months ago

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
eblondel commented 9 months ago

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