Skip to content
Prev 175542 / 398506 Next

how to increase the limit for max.print in R

Thanks, it Worked.
Do you have any idea how much is the max limit for max.print


Thanks and Regards,
Pooja Arora | Associate Software Engineer- Washu-caB2B | Persistent Systems
Limited
pooja_arora at persistent.co.in  | Cell: +91 9923223668 | Tel: +91 (20) 3023
4007
Innovation in software product design, development and delivery-
www.persistentsys.com


-----Original Message-----
From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On
Behalf Of Bernardo Rangel Tura
Sent: Tuesday, March 31, 2009 2:59 PM
To: r-help at r-project.org
Subject: Re: [R] 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