Closing ff files
Close frees the Memory Mapping resources and closes the ff file without deleting the file data.
## S3 method for class 'ff' close(con, ...) ## S3 method for class 'ffdf' close(con, ...) ## S3 method for class 'ff_pointer' close(con, ...)
con |
an open ff object |
... |
|
TRUE if the file could be closed, FALSE if it was closed already (or NA if not all components of an ffdf returned FALSE or TRUE on closing)
Jens Oehlschlägel
x <- ff(1:12) close(x) x open(x) x rm(x); gc()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.