Join us for
RADAR: AI Edition

R6Frame (version 0.1.0)

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

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