Learn R Programming

imfr (version 0.1.9.1)

imf_metastructure: Retreive metadata structure for of an individual IMF database.

Description

Retreive metadata structure for of an individual IMF database.

Usage

imf_metastructure(database_id, return_raw = FALSE)

Arguments

database_id

character string of a database_id from imf_ids.

return_raw

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

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_metastructure(database_id = 'BOP')
# }

Run the code above in your browser using DataLab