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


bit documentation built on Nov. 16, 2022, 1:12 a.m.