getFlows {RJSDMX} | R 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)
[Package RJSDMX version 3.3-0 Index]