# NOT RUN {
# Download Real Effective Exchange Rate (CPI base) for the UK and China
# at an annual frequency
real_ex <- imf_data(database_id = 'IFS', indicator = 'EREER_IX',
country = c('CN', 'GB'), freq = 'A')
# }
# NOT RUN {
# Also download Interest Rates, Lending Rate, Percent per annum
ex_interest <- imf_data(database_id = 'IFS',
indicator = c('FILR_PA', 'EREER_IX'),
freq = 'M')
# }
Run the code above in your browser using DataLab