View source: R/get_labels_notes_surveys.R
variable_labels | R Documentation |
Inspect the Labels of LIS and LWS variables
variable_labels(vars = NULL)
vars |
A character vector containing LIS/LWS variables or the output list from lissyuse. |
A character vector with the corresponding labels for the selected variables.
# 1) Without any argument:
variable_labels()
## Not run:
# 2) Using with the outputed list from lissyuse:
lis_datasets <- lissyuse(data = c("uk"), vars = c("hpub_i","hpub_u", "hi42", "hi421", "hi422", "hi43"), from = 2016)
variable_labels(vars = lis_datasets)
## End(Not run)
# 3) Using a character vector with LIS/LWS variables:
variable_labels(vars = c("fyft", "basb", "hxremit", "bafi1_c", "pasodc"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.