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

OHDSI/bit documentation built on May 7, 2019, 8:30 p.m.