[Rd] use() might take a list of packages

Timothy Bates timothy.c.bates at gmail.com
Fri Nov 11 12:19:59 CET 2011


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


More information about the R-devel mailing list