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
I use the data.table package. With its := operator you can :
None of these operations copy the (potentially large) data.table at all, not even once.
data.table uses much less working memory.Related links :