Learn R Programming

R.huge (version 0.10.1)

finalize.AbstractFileArray: 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 AbstractFileArray
finalize(this, ...)

Value

Returns nothing.

Arguments

...

Not used.

Author

Henrik Bengtsson

Details

The finalizer of a file array makes sure to close the file connection, if it is open.

See Also

For more information see AbstractFileArray.