Learn R Programming

RJSDMX (version 3.4-0)

getCodes: get dsd codes for dataflow

Description

Extract the codes of a dimension. This function is used to retrieve the list of codes available for the input dimension and flow.

Usage

getCodes(provider, flow, dimension)

Arguments

flow

the identifier of the dataflow

dimension

the identifier of the dimension

provider

the name of the provider

Details

getCodes(provider, dataflow, dimension)

Examples

Run this code
if (FALSE) {
codes=getCodes('ECB', 'EXR', 'FREQ')
}

Run the code above in your browser using DataLab