-
Notifications
You must be signed in to change notification settings - Fork 5
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
imf_data request fails #12
Comments
IMF's API has substantially changed. This package needs to be updated based on info found here: https://sdmxcentral.imf.org/rest-get.html |
I was unable to reproduce this problem. library(imfr)
real_ex <- imf_data(database_id = 'IFS', indicator = 'EREER_IX',
country = c('CN', 'GB'), freq = 'A',
start = 2013, end = current_year())
real_ex
# iso2c year EREER_IX
# 1 CN 2013 114.63856
# 2 CN 2014 118.34228
# 3 CN 2015 129.93152
# 4 CN 2016 123.62516
# 5 CN 2017 120.07204
# 6 CN 2018 121.68013
# 7 GB 2013 102.05529
# 8 GB 2014 108.71170
# 9 GB 2015 113.73749
# 10 GB 2016 102.36253
# 11 GB 2017 97.07482
# 12 GB 2018 98.82861 |
Have you been able to solve your issue? I am having the same problem but the link provided by @cjyetman no longer exists. |
Thanks for raising the issues @clemdmcl I was also just now not able to download the series: library(imfr)
real_ex <- imf_data(database_id = 'IFS', indicator = 'EREER_IX',
country = c('CN', 'GB'), freq = 'A',
start = 2013, end = current_year())
Downloading: 150 kB Error: Unable to download series.
Called from: download_parse(URL)
Browse[1]>
real_ex
Error: object 'real_ex' not found |
thanks for checking, I dont know how this problem could be solved though |
Running the example Simple Country-Time-Variable
I get
Windows
sessionInfo()
Running the same code snippet on OSX gives the same error.
OSX
sessionInfo()
The text was updated successfully, but these errors were encountered: