"Timothy Bates" <timothy.c.ba...@gmail.com> wrote in message 
news:1b5e1d00-397b-429b-b20c-0fba06084...@gmail.com...
I heard that a function called use() had been mooted as being more 
intuitively named than library()

If so, it might be handy if this worked

use(c("MASS","car”))

currently this failsÂ…

library(c("MASS","car"))
--------------------------------------------
This seems to work, and doesn't seem much effort

> sapply(c("MASS","car"), library, character.only = TRUE)

KJ

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to