Learn R Programming

speccurvieR (version 1.0.0)

un_as_is: 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

un_as_is(x)

Value

An object without the `AsIs` class attribute.

Arguments

x

An object with the `AsIs` class attribute.

Examples

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

Run the code above in your browser using DataLab