Skip to content
Prev 77117 / 398502 Next

How to erase objects

# to see the objects that are currently in memory
objects()

# to remove everything
rm(list = ls())

HTH,

Martin
--- Luis Ridao Cruz <Luisr at frs.fo> wrote: