Skip to content
Prev 41761 / 63421 Next

use() might take a list of packages

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"))