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)[])


truecluster/bit documentation built on April 12, 2025, 7:39 p.m.