oecd_structure: Get the variable names and code/decode pairs for an OECD...

View source: R/oecd_structure.R

oecd_structureR Documentation

Get the variable names and code/decode pairs for an OECD dataset

Description

Get the variable names and code/decode pairs for an OECD dataset

Usage

oecd_structure(dataset, fancy = T)

Arguments

dataset

the name of the dataset on the OECD data system. For a list of OECD datasets, use OECD::get_datasets()

fancy

do I want the output to come as one big data frame ('fancy=F') or as a list of dataframe, with each dataframe tailored to one part of the structure

Examples

oecd_structure("NAAG")
oecd_structure("SNA_TABLE8A")
oecd_structure("SNA_TABLE8A", fancy=FALSE)

bbcuffer/rcutils documentation built on Nov. 10, 2023, 12:08 p.m.