OECD icon indicating copy to clipboard operation
OECD copied to clipboard

Running get_data_structure("DUR_D")

Open sj1960 opened this issue 2 years ago • 4 comments

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

sj1960 avatar Aug 11 '22 22:08 sj1960

Same issue for me

nickwarino avatar Aug 18 '22 21:08 nickwarino

Same issue here

Adeghell avatar Sep 16 '22 07:09 Adeghell

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

maxdantoni avatar Sep 23 '22 23:09 maxdantoni

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

Solution confirmed:)

jerviedog avatar Aug 01 '23 13:08 jerviedog