Learn R Programming

RJSDMX (version 3.4-0)

getFlows: get provider flow list

Description

Extract the list of DataFlows of a provider. This function is used to query the list of dataflows of the provider. A matching pattern can be provided, if needed.

Usage

getFlows(provider, pattern = "")

Arguments

pattern

the pattern to match against the dataflow id or description. If a pattern is not provided, all dataflows are returned.

provider

the name of the provider

Author

Attilio Mattiocco Attilio.Mattiocco@bancaditalia.it, Diana Nicoletti

Details

getFlows(provider, pattern)

Examples

Run this code
if (FALSE) {
## get all flows from ECB
flows = getFlows('ECB')
## get all flows that contain the 'EXR
flows = getFlows('ECB','*EXR*')
}

Run the code above in your browser using DataLab