tidyr_verbs: tidyr: Methods for R6Frame.
Description
R6Frames include support for tidyr. See tidyr documentation
for further information.
Usage
gather_.R6Frame(x, ...)
spread_.R6Frame(x, ...)
complete_.R6Frame(x, ...)
expand_.R6Frame(x, ...)
fill_.R6Frame(x, ...)
Arguments
...
Further arguments passed to tidyr.
Details
NOTE: In order for these verbs to function properly, tidyr must be attached
with library or require before reporttoolDT. (I think).