"Timothy Bates" <[email protected]> wrote in message
news:[email protected]...
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
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel