Description Usage Arguments Value See Also
Appends a dataframe or an ffdf
called dat
to an existing ffdf
called x
.
Please note that the data of x
will be coerced to the type of y
if the corresponding column of y
has a higher vmode
.
1 | ffdfappend(x, dat, recode = TRUE, adjustvmode = TRUE, ...)
|
x |
|
dat |
|
recode |
should factors be recoded (default), or not (faster) |
adjustvmode |
logical, indicating to coerce the columns of |
... |
Further arguments passed to |
ffdf
object with same physical storage as x
unless the corresponding column of y
has a higher vmode
in which case the data will be cloned to the higher vmode
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.