close.AbstractFileArray {R.huge} | R Documentation |
Closes a connection to the data file of the file array.
## S3 method for class 'AbstractFileArray': close(con, ...)
... |
Not used. |
Returns TRUE
if the file was closed. If the file is not opened,
an exception is thrown.
Henrik Bengtsson (http://www.braju.com/R/)
*isOpen()
.
*open()
.
For more information see AbstractFileArray
.