dplyr_binds: dplyr: Methods for R6Frame.

Description Usage Arguments Details Author(s)

Description

dplyr bind methods for R6Frame.

Usage

1
2
3
4
5
6
7
8
9
bind_rows(x, ...)

## S3 method for class 'R6Frame'
bind_rows(x, ...)

bind_cols(x, ...)

## S3 method for class 'R6Frame'
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).

Author(s)

Kristian D. Olsen


itsdalmo/R6Frame documentation built on May 18, 2019, 7:10 a.m.