unattr: Attribute removal

View source: R/attrutil.R

unattrR Documentation

Attribute removal

Description

Returns object with attributes removed

Usage

unattr(x)

Arguments

x

any R object

Details

attribute removal copies the object as usual

Value

a similar object with attributes removed

Author(s)

Jens Oehlschlägel

See Also

attributes(), setattributes(), unclass()

Examples


  bit(2)[]
  unattr(bit(2)[])


bit documentation built on April 4, 2025, 3:09 a.m.