Learn R Programming

Stack (version 2.0-1)

ffStack: Merge a data.frame into an ffdf data.frame-alike

Description

For fast operations on large data frames, we want to turn them into ffdf. This is a special case of Stack where the first arugment is already an ffdf, and we are Stacking another data.frame into it, expanding factor levels as needed, and possibly enlarging vmodes of existing ff columns.

Usage

ffStack(ffdf, df, verbose = FALSE, ...)
"ffStack"(ffdf, df, verbose = FALSE, ...)

Arguments

ffdf
an ffdf
verbose
print extra information about columns as they stack
...
further arguments

Value

An ffdf.