Learn R Programming

RJSDMX (version 3.4-0)

getDimensions: get dsd dimensions for dataflow

Description

Extract the dimensions of a DataFlow. This function is used to retrieve the list of dimensions of the input dataflow

Usage

getDimensions(provider, dataflow)

Arguments

dataflow

the identifier of the dataflow

provider

the name of the provider

Details

getDimensions(provider, dataflow)

Examples

Run this code
if (FALSE) {
dims = getDimensions('ECB','EXR')
}

Run the code above in your browser using DataLab