Hi R G,

You can see what the value for the maximum printed is with:

getOption("max.print")

then just increase this to whatever your needs are.  For example:

options(max.print = 99999999)

See ?options for the pertinent documentation.

HTH,

Josh

On Sat, Jan 8, 2011 at 4:42 AM, Stat Consult <statconsul...@gmail.com> wrote:
> Dear All
> I saw the end of data [[reached getOption("max.print") -- omitted 11844 rows
> ]].
> How can I see all of the data?
> I would be appreciated if you guide me.
> Regards,
> R G
>
>        [[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.
>



-- 
Joshua Wiley
Ph.D. Student, Health Psychology
University of California, Los Angeles
http://www.joshuawiley.com/

______________________________________________
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