Hi all,

Lets say I have a huge list which is indexed in the following format:

mylist[[i]][[j]][[k]]

where the size is 100 x 100 x 100000

If I want to set

mylist[[2]][[3]]=NULL

How do I free the memory used by that sub-list?

Thanks a lot!

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to