[R] using temporary arrays in R

dxc13 dxc13 at health.state.ny.us
Mon Sep 3 16:03:02 CEST 2007


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.



More information about the R-help mailing list