unAsIs | R Documentation |
Removes the 'AsIs' class attribute from the input. Taken from: <https://stackoverflow.com/a/12866609>
unAsIs(x)
x |
An object with the 'AsIs' class attribute. |
An object without the 'AsIs' class attribute.
unAsIs(x = I(c(1:4)));
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.