useR's, Is there a way to create a temporary array (or matrix) in R to hold values, then drop or delete that temporary array from memory once I do not need it anymore?
I am working with multidimensional arrays/matrices and I frequently perform multiple operations on the same matrix and rename it to be another object. I want to be able to delete the older versions of the array/matrix to free up space. Thank you. -- View this message in context: http://www.nabble.com/using-temporary-arrays-in-R-tf4372367.html#a12462219 Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@stat.math.ethz.ch 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.