powered by
Clean the memory. Delete all the objects in memory and a garbage collection takes place.
clean(envir = globalenv(), n = 2)
The currently active environment; by default It is the gloval environment.
Number of garbage collection repetitions; by default n = 2.
n = 2
# NOT RUN { ## Run to clean the environment clean() clean(n=2) # }
Run the code above in your browser using DataLab