Re: [R] r code for mtcars data frame

2014-11-28 Thread Lee, Chel Hee
> dump("mtcars", file="") mtcars <- structure(list(mpg = c(21, 21, 22.8, 21.4, 18.7, 18.1, 14.3, 24.4, 22.8, 19.2, 17.8, 16.4, 17.3, 15.2, 10.4, 10.4, 14.7, 32.4, 30.4, 33.9, 21.5, 15.5, 15.2, 13.3, 19.2, 27.3, 26, 30.4, 15.8, 19.7, 15, 21.4), cyl = c(6, 6, 4, 6, 8, 6, 8, 4, 4, 6, 6, 8, 8, 8, 8, 8

Re: [R] r code for mtcars data frame

2014-11-28 Thread BRC
it is not as I remembered, but I got the my requirement, so I can do my task at my data. Thanks It helped me a lot. On Sat, Nov 29, 2014 at 2:48 AM, Boris Steipe wrote: > try: > dput(mtcars) > > > B. > > On Nov 28, 2014, at 8:24 AM, BRC wrote: > > > I need r-code of data frame of "mtacrs". ple

Re: [R] r code for mtcars data frame

2014-11-28 Thread Boris Steipe
try: dput(mtcars) B. On Nov 28, 2014, at 8:24 AM, BRC wrote: > I need r-code of data frame of "mtacrs". please advise how I can find it. > > regards > faisal > > [[alternative HTML version deleted]] > > __ > R-help@r-project.org mailing list

[R] r code for mtcars data frame

2014-11-28 Thread BRC
I need r-code of data frame of "mtacrs". please advise how I can find it. regards faisal [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide htt