[R] how to increase row number
Chuck Cleland
ccleland at optonline.net
Tue Sep 2 18:43:36 CEST 2008
On 9/2/2008 12:30 PM, ram basnet wrote:
> Hi
>
> I think this may be simple task but creating trouble to me.
> In my calculation, i have got large number of rows (5546) and column 182 but i am not able to see all the rows. May be somebody have idea how i can see all the rows ? I will be greatful if any body help me.
> Thanks in advance
See the max.print argument to options().
> options(max.print = 9999999)
should allow you to "see" all of the elements.
?options
> Sincerely,
> Ram Kumar Basnet
> Graduate student
> Wageningen University
> Netherlands
>
> [[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.
--
Chuck Cleland, Ph.D.
NDRI, Inc. (www.ndri.org)
71 West 23rd Street, 8th floor
New York, NY 10010
tel: (212) 845-4495 (Tu, Th)
tel: (732) 512-0171 (M, W, F)
fax: (917) 438-0894
More information about the R-help
mailing list