On 09/10/2010 9:59 PM, Robin Jeffries wrote:
invisible(gc())
worked perfectly. Thanks Jeff.
@ Josh: I know how to toggle showing/hiding command echos, but I
haven't figured out how to toggle on/off any printed output.
Use "results=hide" as an Sweave option, e.g.
<>=
gc()
@
Duncan Murdoch
invisible(gc())
worked perfectly. Thanks Jeff.
@ Josh: I know how to toggle showing/hiding command echos, but I
haven't figured out how to toggle on/off any printed output.
On Sat, Oct 9, 2010 at 5:10 PM, Robin Jeffries wrote:
> I must be reading the help file for gc() wrong. I thought it sa
Try
invisible(gc())
?
"Robin Jeffries" wrote:
>I must be reading the help file for gc() wrong. I thought it said that
>gc(verbose=FALSE) will run the garbage collection without printing the
>Ncells/Vcells summary. However, this is what I get:
>
>gc(verbose = FALSE)
> used (Mb) gc trig
I must be reading the help file for gc() wrong. I thought it said that
gc(verbose=FALSE) will run the garbage collection without printing the
Ncells/Vcells summary. However, this is what I get:
gc(verbose = FALSE)
used (Mb) gc trigger (Mb) max used (Mb)
Ncells 267097 14.3 531268 28
4 matches
Mail list logo