compare {eurodata}R Documentation

Compare specific Eurostat datasets on the basis of information from Metabase

Description

Compare specific Eurostat datasets on the basis of information from Metabase

Usage

compare(..., import_labels = TRUE, import_dim_labels = TRUE)

Arguments

...

Two or more Eurostat dataset code names, e.g. "nama_10_gdp" or "bop_its6_det", as strings.

import_labels

Boolean: should labels for the codes inside dimensions be imported. Default: TRUE.

import_dim_labels

Boolean: should the dimensions (e.g. geo, indic_is, or nace_r2) be labelled with a descriptive name (via importDimLabel). Default: TRUE.

Value

A data.table with columns Dim_name, Dim_name_label (if import_dim_labels=TRUE), Dim_val, Dim_val_label (if import_labels=TRUE), and logical columns corresponding to the dataset names in ... indicating in which dataset a given dimension and dimension value appears and in which it does not.

Examples

## Not run: 
compare('nama_10_gdp', 'nama_10_pe')

## End(Not run)

[Package eurodata version 1.7.0 Index]