unAsIs {speccurvieR}R 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)));

[Package speccurvieR version 0.3.0 Index]