[R] Re :reading large file

John Ramey johnramey at gmail.com
Sat May 1 08:36:59 CEST 2010


You should also check out the functions head() and tail().  For
instance, if you type head(bmtrend), the first few rows of your data
will be displayed.

Also, if you type tail(bmtrend), then the last few rows will be displayed.

-- 
John A. Ramey, M.S.
Ph.D. Candidate
Department of Statistical Science
Baylor University


On Sat, May 1, 2010 at 1:33 AM, Mohan L <l.mohanphy at gmail.com> wrote:
> On Sat, May 1, 2010 at 11:55 AM, Tal Galili <tal.galili at gmail.com> wrote:
>
>> 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 :)
>>
>
> Yes . You are right. It reads all the data.
>
>  Thanks you.
>
> Mohan L
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at 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.
>



More information about the R-help mailing list