Rdocumentation
powered by
Learn R Programming
R6Frame (version 0.1.0)
dcast: data.table: dcast
Description
Same as the
data.table
function
dcast
. This is a new generic, because the
data.table
version calls
reshape2
unless the input is a
data.table
.
Usage
dcast(data, ...)
Arguments
data
A
R6Frame
or
data.frame
.
...
Additional parameters passed to
dcast
.
See Also
dcast
in
data.table
for more information and examples.