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