Raw Message
Message-ID: <1B5E1D00-397B-429B-B20C-0FBA060841A9@gmail.com>
Date: 2011-11-11T11:19:59Z
From: Timothy Bates
Subject: 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"))