Learn R Programming

R6Frame (version 0.1.0)

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

x
A R6Frame object.
...
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).