What tricks do people use to manage the available memory of an interactive R session? I use the functions below [based on postings by Petr Pikal and David Hinds to the r-he
The llfunction in gData package can show the memory usage of each object as well.
ll
gData
gdata::ll(unit='MB')