Learn R Programming

R6Frame (version 0.1.0)

dplyr_verbs: dplyr: Methods for R6Frame.

Description

R6Frames include support for dplyr. See dplyr documentation for further information.

Usage

tbl_vars.R6Frame(x)
select_.R6Frame(x, ...)
rename_.R6Frame(x, ...)
filter_.R6Frame(x, ...)
arrange_.R6Frame(x, ...)
group_by_.R6Frame(x, ...)
groups.R6Frame(x, ...)
ungroup.R6Frame(x, ...)
mutate_.R6Frame(x, ...)
summarise_.R6Frame(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).