close.prepared: Closes an object created with tablePrepare

Description Usage Arguments Value

View source: R/tablePrepare.R

Description

Closes an object created with tablePrepare. It frees the Memory Mapping resources and closes the underlying ff data without deleting the file data.

Usage

1
2
## S3 method for class 'prepared'
close(con, ...)

Arguments

con

object of class prepared, i.e. created with tablePrepare.

...

not used

Value

TRUE if the files could be closed, FALSE if it was closed already


tabplot documentation built on Sept. 17, 2019, 5:04 p.m.