Thank you very much for your responses! This is exactly what I needed.
On Fri, Sep 16, 2011 at 8:13 PM, Joshua Wiley wrote:
> Hi Mike,
>
> Look at ?options particularly something like:
>
> options(width = 120)
>
> 80 is the default, I believe. On 1920 pixels I can comfortably get
> around 220 (
Hi Mike,
Look at ?options particularly something like:
options(width = 120)
80 is the default, I believe. On 1920 pixels I can comfortably get
around 220 (depending on the overhead of the program, full screen,
etc.). I imagine it would also be possible to run into limitations
from the termina
you want
options(width= )
you can edit your .Rprofile file and the .First function in there to set it
when you start R or in the console interactively
On Fri, Sep 16, 2011 at 12:48 PM, Mike P wrote:
> Hi,
>
> I want to apologize in advance if this has already been asked. I
> wasn't able to fin
Hi,
I want to apologize in advance if this has already been asked. I
wasn't able to find any information, either on google or from local
list search.
I'm running an R shell from a linux command line, in an xterm window.
Whenever I print a data frame, only the first couple of columns are
printed s
4 matches
Mail list logo