close.AbstractFileArray {R.huge}R Documentation

Closes a connection to the data file of the file array

Description

Closes a connection to the data file of the file array.

Usage

## S3 method for class 'AbstractFileArray':
close(con, ...)

Arguments

... Not used.

Value

Returns TRUE if the file was closed. If the file is not opened, an exception is thrown.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

*isOpen(). *open(). For more information see AbstractFileArray.


[Package R.huge version 0.1.5 Index]