strip | R Documentation |
Strip an object from all it's attributes.
strip(obj) ## Default S3 method: strip(obj)
obj |
any object |
'strip()' removes all names, class, comments and any other attributes and returns the result.
strip(default)
: Strip any object from all it's attributes.
strip(enum(a = 1, b = 2)) # 1:2 strip(c(a = 1, b = 2)) # 1:2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.