Learn R Programming

fritools (version 4.6.0)

strip_off_attributes: Strip Attributes off an Object

Description

Strip Attributes off an Object

Usage

strip_off_attributes(x)

Value

The object.

Arguments

x

An object.

See Also

base::unname

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

Examples

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

Run the code above in your browser using DataLab