Learn R Programming

speccurvieR (version 0.4.2)

unAsIs: 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)

Value

An object without the `AsIs` class attribute.

Arguments

x

An object with the `AsIs` class attribute.

Examples

Run this code
unAsIs(x = I(c(1:4)));

Run the code above in your browser using DataLab