[R] ozone data

Liviu Andronic landronimirc at gmail.com
Sat Oct 17 12:06:31 CEST 2009


On 10/17/09, Julius Tesoro <jutesoro at 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




More information about the R-help mailing list