[R] max.print
Joshua Wiley
jwiley.psych at gmail.com
Sat Jan 8 19:05:52 CET 2011
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 <statconsult90 at 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 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.
>
--
Joshua Wiley
Ph.D. Student, Health Psychology
University of California, Los Angeles
http://www.joshuawiley.com/
More information about the R-help
mailing list