Learn R Programming

metatools (version 0.1.6)

remove_labels: 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)

Value

data with variable labels applied

Arguments

data

A data.frame or tibble

Examples

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

Run the code above in your browser using DataLab