unattr: Attribute removal

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Returns object with attributes removed

Usage

1
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

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

bit documentation built on May 2, 2019, 4:48 p.m.