strip_attributes: Remove attributes from a vector

View source: R/utils.R

strip_attributesR Documentation

Remove attributes from a vector

Description

Remove attributes from a vector

Usage

strip_attributes(x)

Arguments

x

vector

Value

x with attributes removed

Examples

x <- haven::labelled(1:3, label = "variable_label")
strip_attributes(x)

urswilke/tablab documentation built on Oct. 17, 2022, 8:19 p.m.