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

Description Usage Arguments Value See Also Examples

View source: R/metadata_functions.R

Description

Retreive metadata structure for of an individual IMF database.

Usage

1
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

1
2
3
4
5
## Not run: 
# Find Balance of Payments database data structure
imf_metastructure(database_id = 'BOP')

## End(Not run)

imfr documentation built on Oct. 23, 2020, 7:12 p.m.