Learn R Programming

R6Frame (version 0.1.0)

melt: data.table: melt

Description

Same as the data.table function melt. This is a new generic, because the data.table version calls reshape2 unless the input is a data.table.

Usage

melt(data, ...)

Arguments

data
A R6Frame or data.frame.
...
Additional parameters passed to melt.

See Also

melt in data.table for more information and examples.