variable_labels: Inspect the Labels of LIS and LWS variables

View source: R/get_labels_notes_surveys.R

variable_labelsR Documentation

Inspect the Labels of LIS and LWS variables

Description

Inspect the Labels of LIS and LWS variables

Usage

variable_labels(vars = NULL)

Arguments

vars

A character vector containing LIS/LWS variables or the output list from lissyuse.

Value

A character vector with the corresponding labels for the selected variables.

Examples

# 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"))

JosepER/lissyrtools documentation built on June 12, 2025, 12:11 p.m.