bit (version 4.0.5)

unattr: Attribute removal

Description

Returns object with attributes removed

Usage

unattr(x)

Value

a similar object with attributes removed

Arguments

x

any R object

Author

Jens Oehlschlägel

Details

attribute removal copies the object as usual

See Also

attributes, setattributes, unclass

Examples

Run this code

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

Run the code above in your browser using DataLab