compare | R Documentation |
Compare specific Eurostat datasets on the basis of information from Metabase
compare(..., import_labels = TRUE, import_dim_labels = TRUE)
... |
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. |
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.
## Not run:
compare('nama_10_gdp', 'nama_10_pe')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.