Skip to content
Prev 246839 / 398506 Next

max.print

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: