Learn R Programming

imfr (version 0.1.9.1)

imf_codelist: Retreive the list of codes (codelist) for of an individual IMF database.

Description

Retreive the list of codes (codelist) for of an individual IMF database.

Usage

imf_codelist(database_id, return_raw = FALSE, times = 3)

Arguments

database_id

character string of a database_id from imf_ids.

return_raw

logical. Whether to return the raw data structure list or a data frame with codelist codes and descriptions.

times

numeric. Maximum number of requests to attempt.

Value

If return_raw = FALSE then a data frame with the codelist IDs and descriptions is returned. If return_raw = TRUE then the raw data strcuture list is returned.

See Also

imf_ids

Examples

Run this code
# NOT RUN {
# Find Balance of Payments database data structure
imf_codelist(database_id = 'BOP')
# }

Run the code above in your browser using DataLab