getFlows: get provider flow list

View source: R/SdmxClient.R

getFlowsR Documentation

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

Details

getFlows(provider, pattern)

Author(s)

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

Examples

## Not run: 
## get all flows from ECB
flows = getFlows('ECB')
## get all flows that contain the 'EXR
flows = getFlows('ECB','*EXR*')

## End(Not run)

RJSDMX documentation built on Feb. 16, 2023, 6:10 p.m.