| importLabels {LMPdata} | R Documentation |
Import the labels for a dimension code (a code list)
Description
The available datasets are:
| dimension_code | Description |
| AGE | Age class |
| EXPTYPE | Type of expenditure |
| GEO | Geopolitical entity (reporting) i.e. a country |
| LMP_TYPE | Labour market policy interventions by type of action |
| flags_ | Flags for each statistical observation |
| REGIS_ES | Registration with employment services |
| SEX | Sex / gender |
| STK_FLOW | Stock or flow |
| UNIT | Unit of measure |
Usage
importLabels(dimension_code)
Arguments
dimension_code |
A dimension code name (string). Case insensitive. |
Value
A data.table with 2 columns: codes in the first, labels in the second.
If e.g. dimension_code="geo", the first column is named geo and
the second column is named geo__label.
Examples
importLabels("geo")
importLabels("exptype")
[Package LMPdata version 0.1.0 Index]