getCodes: get dsd codes for dataflow

View source: R/SdmxClient.R

getCodesR Documentation

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

## Not run: 
codes=getCodes('ECB', 'EXR', 'FREQ')

## End(Not run)

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