powered by
Retrieve individual database codes
imf_codes(codelist, return_raw = FALSE, times = 3)
character string of a codelist from imf_codelist.
codelist
imf_codelist
logical. Whether to return the raw codes list list or a data frame with variable codes and descriptions.
numeric. Maximum number of requests to attempt.
If return_raw = FALSE then a data frame with the codes and descriptions is returned. If return_raw = TRUE then the raw code list is returned.
return_raw = FALSE
return_raw = TRUE
# NOT RUN { # Retrieve indicators from BOP database test = imf_codes(codelist = 'CL_INDICATOR_BOP') # }
Run the code above in your browser using DataLab