Description Usage Arguments Value Examples
Remove names of an object
1 | remove_names(x)
|
x |
An object, which have attribute "names" |
The same object without names.
1 2 3 4 | obj <- c(a = 1)
obj
remove_names(obj)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.