dplyr_binds: dplyr: Methods for R6Frame.
Description
dplyr
bind methods for R6Frame.
Usage
bind_rows(x, ...)
"bind_rows"(x, ...)
bind_cols(x, ...)
"bind_cols"(x, ...)
Arguments
...
Further arguments passed to dplyr
.
Details
NOTE: In order for these verbs to function properly, dplyr must be attached
with library
or require
before reporttoolDT
. (I think).