Description Usage Arguments Value Examples
View source: R/data_functions.R
Retrieve individual database codes
1 |
codelist |
character string of a |
return_raw |
logical. Whether to return the raw codes list list or a data frame with variable codes and descriptions. |
times |
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.
1 2 | # Retrieve indicators from BOP database
test = imf_codes(codelist = 'CL_INDICATOR_BOP')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.