Hi Mohan,
Check:
dim(bmtrend)
If the output is like the dimension of your data, then it would appear you
succeeded in reading in the data :)
Best,
Tal
----------------Contact
Details:-------------------------------------------------------
Contact me: Tal.Galili@gmail.com | 972-52-7275845
Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) |
www.r-statistics.com (English)
----------------------------------------------------------------------------------------------
On Sat, May 1, 2010 at 8:35 AM, Mohan L <l.mohanphy@gmail.com> wrote:
> On Sat, May 1, 2010 at 11:02 AM, Mohan L <l.mohanphy@gmail.com>
wrote:
>
> > Hi All,
> >
> > I am new to R and the mailing list.
> >
> > I have a data file (.xls) format with little bit large (16
column,35000
> > rows ) data file. I am trying to read this file for calculation. I
have
> > converted the file into .csv format and read like that :
> >
> > > bmtrend <-
read.csv(file="simple.csv",head=TRUE,sep=",")
> >
> > > bmtrend
> >
> > will display something in the middle of display
> >
> > [ reached get Option("max.print") -- omitted 30061 rows ]]
> >
> > It will not show the full list of data.
> >
> > please suggest me best way to read large file?
> >
> >
> >
> > Thanks & Rg
> > Mohan L
> >
>
> I send the mail without subject, I apologies for inconvenience.
>
> [[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
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
[[alternative HTML version deleted]]