bit (version 1.1-15.1)

unattr: Attribute removal

Description

Returns object with attributes removed

Usage

unattr(x)

Arguments

x

any R object

Value

a similar object with attributes removed

Details

attribute removal copies the object as usual

See Also

attributes, setattributes, unclass

Examples

Run this code
# NOT RUN {
  bit(2)[]
  unattr(bit(2)[])
# }

Run the code above in your browser using DataCamp Workspace