Message-ID: <DB903625-901C-45F8-8070-F662E192C459@comcast.net>
Date: 2016-05-07T16:38:59Z
From: David Winsemius
Subject: Expand 80 columns terminal output
In-Reply-To: <1462638683-sup-4036@ubatuba>
> On May 7, 2016, at 9:31 AM, Marco Silva <marco.prado.bs at gmail.com> wrote:
>
> Hi R'ers,
>
> I noted that R breaks lines for any output greater than 80 chars,
> Is there a way to expand this limit ?
?options
options(width=120)
--
David Winsemius
Alameda, CA, USA