[R] Where's iris?
Gabor Grothendieck
ggrothendieck at gmail.com
Wed Jul 13 23:29:44 CEST 2005
On 7/13/05, Ruben Roa <RRoa at fisheries.gov.fk> wrote:
> Hi:
> Where is the iris data set actually
> located in the R 2.1.0 folder (under W XP)?
> Is it a text file or it is a binary file?
> Ruben
Uwe has already explained how to get it in text
form; however, if you are curious about its original
format in R then its actually stored in iris.R as
R source code which you can view at:
https://svn.r-project.org/R/trunk/src/library/datasets/data/iris.R
(or download the entire R source and get it from there).
More information about the R-help
mailing list