Learn R Programming

imfr (version 0.1.9.1)

imf_ids: List IMF database IDs

Description

List IMF database IDs

Usage

imf_ids(return_raw = FALSE, times = 3)

Arguments

return_raw

logical. Whether to return the raw dataflow list or a data frame with database IDs and names.

times

numeric. Maximum number of requests to attempt.

Value

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

Examples

Run this code
# NOT RUN {
head(imf_ids())

# }

Run the code above in your browser using DataLab