finalize.AbstractFileArray {R.huge} | R Documentation |
Internal: Clean up when file array is deallocated from memory
Description
Internal: Clean up when file array is deallocated from memory.
Usage
## S3 method for class 'AbstractFileArray'
finalize(this, ...)
Arguments
... |
Not used. |
Details
The finalizer of a file array makes sure to close the file connection, if it is open.
Value
Returns nothing.
Author(s)
Henrik Bengtsson
See Also
For more information see AbstractFileArray
.
[Package R.huge version 0.10.1 Index]