get_var_labels: Get Variable Labels

View source: R/tables.R

get_var_labelsR Documentation

Get Variable Labels

Description

Retrieve all the labels of designated columns of a data frame

Usage

get_var_labels(data, ind = NA_integer_)

Arguments

data

A data frame

ind

A numeric or character vector representing columns. When no argument is supplied, all column indices are used for retrieval.

Value

A character vector of label names


BroVic/jGBV documentation built on Oct. 9, 2022, 6:38 a.m.