Are you really going to look at all the rows?

Probably better options for what you want are to look at functions like 'head', 
'tail', 'subset', and 'View' that will let you look at specific parts of the 
data rather than printing out much more information than you are likely to care 
about, then need to search through it all for the pieces of interest.

Hope this helps,

--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
[EMAIL PROTECTED]
(801) 408-8111



> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of ANJAN PURKAYASTHA
> Sent: Tuesday, September 09, 2008 9:13 AM
> To: r-help@r-project.org
> Subject: [R] printing all rows
>
> Hi,
> my data table has 38939 rows. R prints  the first 11111
> columns and then prints an error message:[ reached
> getOption("max.print") -- omitted 27821 rows ]].
> is it possible to set the maxprint parameter so that R prints
> all the rows?
>
> tia,
> anjan
>
> --
> =============================
> anjan purkayastha, phd
> bioinformatics analyst
> whitehead institute for biomedical research nine cambridge
> center cambridge, ma 02142
>
> purkayas [at] wi [dot] mit [dot] edu
> 703.740.6939
>
>         [[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.
>

______________________________________________
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.

Reply via email to