On 10/17/09, Julius Tesoro <jutes...@yahoo.com> 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 package offering
such data set (there are plenty built-in data sets: Angell, iris,
maryo, mtcars, etc., etc.). You can use rseek or package(sos) to
pinpoint the exact files of interest.
Liviu

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to