tbl_ffdf(data, src = getOption("fftempdir"), name = deparse(substitute(data)), ...)
"as.tbl"(x, ...)
"tbl_vars"(x)
"tbl_vars"(x)
"as.data.frame"(x, row.names = NULL, optional = FALSE, ...)
"print"(x, ..., n = NULL)
"head"(x, n = 6L, ...)
"tail"(x, n = 6L, ...)NULL or a character vector giving the row
names for the data frame. Missing values are not allowed.TRUE, setting row names and
converting column names (to syntactic names: see
make.names) is optional.data and src are specified a copy_to
will be executed.
When src and from are specified an ffdf will be loaded
from disk.
When data is specified without src a temporary ffdf will be created
in fftempdir.