Skip to content
Prev 175532 / 398506 Next

how to increase the limit for max.print in R

On Tue, 2009-03-31 at 14:47 +0530, pooja arora wrote:
Hi Pooja,

You must use options command, something like this

options(max.print=5.5E5)

For more information type? ?options