rmv.names | R Documentation |
Convenience function, it's very easy to set names to NULL, but this requires a dedicated line of code. Using this function can make your code simpler.
rmv.names(X)
X |
object for which you want to remove name |
the original object but without names
Nicholas Cooper njcooper@gmx.co.uk
x <- c(boo=1, hiss=2) rmv.names(x) X <- list(testing=c(1,2,3), thankyou=TRUE) rmv.names(X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.