unattr {bit}R 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

Run examples


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


[Package bit version 4.0.4 Index]