gc() gcinfo(verbose)
verbose
| a logical value. |
gc
causes a garbage collection to take place.
This usually takes place automagically without user intervention.
The associated function gcinfo
sets a flag so that
automatic collection is either silent (verbose=FALSE
) or
prints memory use statistics (verbose=TRUE
).