powered by
Removes the `AsIs` class attribute from the input. Taken from: <https://stackoverflow.com/a/12866609>
unAsIs(x)
An object without the `AsIs` class attribute.
An object with the `AsIs` class attribute.
unAsIs(x = I(c(1:4)));
Run the code above in your browser using DataLab