-
Notifications
You must be signed in to change notification settings - Fork 13
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
Specified query has no data, consult FAOSTAT #23
Comments
Hi, Really sorry for any inconvenient this might have caused. Cheers, Filippo |
In the mean time you can load FAOSTAT bulk data into R. For example I downloaded forestry data from the Forestry Production and Trade page.
I have compared it to data I had stored last year with the FAOSTAT package. Sawnwood production values are the same except for a few changes for China (maybe due to the multiple China issue) and also some other countries for 2014 and 2015, probably due to update concerning those recent data points. |
@filippogheri congratulations for your excellent work on the FAOSTAT package. I was just wondering if the recent errors could be fixed already? I look forward to using this package again! Cheers, |
any progress on updating the FAOSTAT package? it still doesnt seem to work. |
Here is a gist with a couple of functions which load faostat bulk data into R data frames: |
Hello,
I have an issue when trying to download data from FAOSTAT. A query has no data. Could you please confirm? Could it be fixed?
wheatYield = getFAOtoSYB(name = "wheatYield", domainCode = "QC",
itemCode = 15, elementCode = 5419)$entity
Thank you in advance.
The text was updated successfully, but these errors were encountered: