Learn R Programming

RJSDMX (version 1.3)

getFlows: Extract the list of DataFlows of a provider

Description

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

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

Examples

Run this code
# not run
# 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