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"))
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
