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. |
import_labels |
Boolean: should labels for the codes inside dimensions be imported. Default: |
import_dim_labels |
Boolean: should the dimensions (e.g. |
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]