strip_off_attributes: Strip Attributes off an Object

View source: R/strip_off_attributes.R

strip_off_attributesR Documentation

Strip Attributes off an Object

Description

Strip Attributes off an Object

Usage

strip_off_attributes(x)

Arguments

x

An object.

Value

The object.

See Also

base::unname

Other bits and pieces: golden_ratio(), is_difftime_less(), is_valid_primary_key(), r_cmd_install(), str2num(), tapply(), throw()

Examples

y <- stats::setNames(1:3, letters[1:3])
attr(y, "myattr") <- "qwer"
comment(y) <- "qwer"
strip_off_attributes(y)

fritools documentation built on Nov. 19, 2023, 1:06 a.m.