unwrap | R Documentation |
Extract the value from a Wrapper object
unwrap(x, ...)
## Default S3 method:
unwrap(x, ...)
## S3 method for class 'Wrapper'
unwrap(x, quiet = TRUE)
x |
Can be a Wrapper object or anything else |
quiet |
(boolean) |
If x is a Wrapper object, its value is returned. Otherwise, x is returned unchanged.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.