OECD
OECD copied to clipboard
Running get_data_structure("DUR_D")
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
Same issue for me
Same issue here
Same issue here. I solved the problem by replacing readsdmx::read_sdmx with rsdmx::readSDMX in the function get_data_structure.
Same issue here. I solved the problem by replacing readsdmx::read_sdmx with rsdmx::readSDMX in the function get_data_structure.
Solution confirmed:)