View source: R/strip_off_attributes.R
strip_off_attributes | R Documentation |
Strip Attributes off an Object
strip_off_attributes(x)
x |
An object. |
The object.
base::unname
Other bits and pieces:
golden_ratio()
,
is_difftime_less()
,
is_valid_primary_key()
,
r_cmd_install()
,
str2num()
,
tapply()
,
throw()
y <- stats::setNames(1:3, letters[1:3])
attr(y, "myattr") <- "qwer"
comment(y) <- "qwer"
strip_off_attributes(y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.