remove_labels: Remove labels to multiple variables on a data frame

View source: R/labels.R

remove_labelsR Documentation

Remove labels to multiple variables on a data frame

Description

This function allows a user to removes all labels to a dataframe at once.

Usage

remove_labels(data)

Arguments

data

A data.frame or tibble

Value

data with variable labels applied

Examples

library(haven)
data <- read_xpt(metatools_example("adsl.xpt"))
remove_labels(data)


metatools documentation built on March 31, 2023, 5:19 p.m.