get_data_structure {OECD}R Documentation

Get the data structure of a dataset.

Description

Returns a list of data frames containing names and descriptions of the variables of a specified series.

Usage

get_data_structure(dataset)

Arguments

dataset

A string containing the code for a dataset

Value

A list of data frames.

Examples

## Not run: get_data_structure("DUR_D")


[Package OECD version 0.2.5 Index]