-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for UtilityData type #41
Comments
@eblondel Thanks for looking into this so quickly! Unfortunately I don't understand anything about SMDX at this point. I hope one day I will learn enough to be able to contribute to this project. |
Hi @grandtiger , i've enabled the |
Hi @eblondel , thank you so much for the quick solution! It does work and I can get back the data. However, I don't think this SDMX xml is designed very well, and I get some redundant information. I wonder if you could point me to the right direction to work around the issue. The most important in this XML is the following:
However, I am currently getting the following. As you can see, there is a lot of columns that have the same value for the entire column.
How can I just get the ID after SMDX xml file is read into R, and then only get a data frame like the following?
|
Regarding the For the redundancy of data in the
For retrieving the dataset
|
Hi @eblondel , thanks again for your help! I was busy with something else and didn't get a chance to check this until now. I tried your suggestions and they work great! Your explanation makes sense too. It would be nice to have an option in as.data.frame function to not return the redundant values though. I'll close this request for now. Thank you! |
Hi, I got error and warning running the following. Could you please take a look? Thanks a lot!
Error messages:
The text was updated successfully, but these errors were encountered: