Description Usage Arguments Value Examples
Strips all the attributes from a variable.
1 |
x |
Input to strip. |
x
, without attributes.
1 2 3 4 | x <- structure(c(foo = 1, bar = 2), some_attr = 3)
x2 <- strip_attributes(x)
attributes(x)
attributes(x2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.