finalize.AbstractFileArray {R.huge} | R Documentation |
Internal: Clean up when file array is deallocated from memory.
## S3 method for class 'AbstractFileArray': finalize(this, ...)
... |
Not used. |
The finalizer of a file array makes sure to close the file connection, if it is open.
Returns nothing.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see AbstractFileArray
.