expersso / OECD

Reproducible and programmatic access to OECD data
126 stars 20 forks source link

Running get_data_structure("DUR_D") #24

Open sj1960 opened 2 years ago

sj1960 commented 2 years ago

I follow the package instructions but get back the following:

ttt<-get_data_structure("DUR_D") Error in data.frame(data_structure@concepts) : trying to get slot "concepts" from an object (class "data.frame") that is not an S4 object

nickwarino commented 2 years ago

Same issue for me

Adeghell commented 2 years ago

Same issue here

maxdantoni commented 1 year ago

Same issue here. I solved the problem by replacing readsdmx::read_sdmx with rsdmx::readSDMX in the function get_data_structure.

jerviedog commented 1 year ago

Same issue here. I solved the problem by replacing readsdmx::read_sdmx with rsdmx::readSDMX in the function get_data_structure.

Solution confirmed:)