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


truecluster/bit documentation built on Nov. 20, 2022, 2:34 a.m.