> Peter Ehlers
> on Sat, 10 Mar 2012 11:04:06 -0800 writes:
> On 2012-03-10 08:35, sybil kennelly wrote:
>> Dear all.
>>
>> I wanted to read in a 20,000 row X 60 column matrix
>> (called "table") into R.
>>
>> i did this:
>>
>>> R table<- read.ta
On 2012-03-10 08:35, sybil kennelly wrote:
Dear all.
I wanted to read in a 20,000 row X 60 column matrix (called "table") into R.
i did this:
R
table<- read.table("table", header=TRUE)
table
it prints out the start of my table (~1 rows by 7 columns) and then
this error:
[ reached g
Hey i have a similar size dataset and ran into the same problem, but i
found this command works fine:
options(max.print=100)
to fix it?
On Sat, Mar 10, 2012 at 4:35 PM, sybil kennelly wrote:
> Dear all.
>
> I wanted to read in a 20,000 row X 60 column matrix (called "table") into
> R.
>
>
Dear all.
I wanted to read in a 20,000 row X 60 column matrix (called "table") into R.
i did this:
>R
>table <- read.table("table", header=TRUE)
>table
it prints out the start of my table (~1 rows by 7 columns) and then
this error:
[ reached getOption("max.print") -- omitted 5465 rows ]]
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 = )
See ?options for the pertinent documentation.
HTH,
Josh
On Sat, Jan 8, 2011 at 4:42 AM, Stat Consult wr
Dear All
I saw the end of data [[reached getOption("max.print") -- omitted 11844 rows
]].
How can I see all of the data?
I would be appreciated if you guide me.
Regards,
R G
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing li
6 matches
Mail list logo