cleanup {Rssa} | R Documentation |
Cleanup of all cached data from SSA objects
Description
Function to copy SSA objects
Usage
cleanup(x)
Arguments
x |
object to be cleaned |
Details
For the sake of memory efficiency SSA objects hold references to the data, not the data itself. That is why they can hold huge amount of data and passing them by value is still cheap.
Also, SSA routines tend to save some intermediate information which can be used later inside SSA object. This includes (but not limited to) elementary series, etc.
cleanup
call deletes all pre-cached stuff freeing memory necessary
for calculations.
[Package Rssa version 1.0.5 Index]