powered by
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)
the original object but without names
object for which you want to remove name
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)
Run the code above in your browser using DataLab