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 (http://www.braju.com/R/)

See Also

For more information see AbstractFileArray.


[Package R.huge version 0.1.5 Index]