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
See Also
*isOpen()
.
*open()
.
For more information see AbstractFileArray
.
[Package R.huge version 0.10.1 Index]