unAsIs: Removes the 'AsIs' class attribute from the input.

unAsIsR Documentation

Removes the 'AsIs' class attribute from the input.

Description

Removes the 'AsIs' class attribute from the input. Taken from: <https://stackoverflow.com/a/12866609>

Usage

unAsIs(x)

Arguments

x

An object with the 'AsIs' class attribute.

Value

An object without the 'AsIs' class attribute.

Examples

unAsIs(x = I(c(1:4)));

speccurvieR documentation built on Oct. 10, 2024, 1:08 a.m.