label_variables: Set variable labels using labelled::set_variable_labels

View source: R/label_data.R

label_variablesR Documentation

Set variable labels using labelled::set_variable_labels

Description

Set variable labels using labelled::set_variable_labels

Usage

label_variables(df, table_name)

Arguments

df

Data frame

table_name

String with table name

Value

Data frame with labeled variables

Examples

library(labelled)

label_variables(
  df = df_21311LJ001,
  table_name = "21311LJ001"
)

RichardMeyer-Eppler/studentenstatistikNRW documentation built on July 27, 2024, 3:14 a.m.