On 10/17/09, Julius Tesoro wrote:
> wow thanks but how do i load data just by typing ozone on the console?
>
It would probably suffice to include the dataset as an object in your
package, and then `data(ozone)' should bring it up as soon as your
package is loaded. Look at the source code of any pa
On 10/17/09, Julius Tesoro wrote:
> I am looking at the plyr package and I am intrigued at how data(i.e. ozone,
> baseball) is loaded without having to type data(ozone). Are they
> automatically loaded when i call library(plyr)? I want to do the same thing
> when I make my package. How does on
Hi just a quick inquiry
Sorry if this is too trivial but I am just a beginner in R.
I am looking at the plyr package and I am intrigued at how data(i.e. ozone,
baseball) is loaded without having to type data(ozone). Are they automatically
loaded when i call library(plyr)? I want to do the same
3 matches
Mail list logo