Description Usage Arguments Details Author(s)
R6Frames include support for dplyr. See dplyr documentation
for further information.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | 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, ...)
|
x |
A R6Frame object. |
... |
Further arguments passed to |
NOTE: In order for these verbs to function properly, dplyr must be attached
with library or require before reporttoolDT. (I think).
Kristian D. Olsen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.