Learn R Programming

R.huge (version 0.10.1)

close.AbstractFileArray: 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 AbstractFileArray
close(con, ...)

Value

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

Arguments

...

Not used.

Author

Henrik Bengtsson

See Also

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