melt {sentopics} | R Documentation |
Replacement generic for data.table::melt()
Description
As of the CRAN release of the 1.14.8 version of data.table, the
data.table::melt()
function is not a generic. This function aims to
temporary provide a generic to this function, so that melt.sentopicmodel()
can be effectively dispatched when used. Expect this function to disappear
shortly after the release of data.table 1.14.9.
Usage
melt(data, ...)
Arguments
data |
an object to melt |
... |
arguments passed to other methods |
Value
An unkeyed data.table
containing the molten data.
See Also
data.table::melt()
, melt.sentopicmodel()
[Package sentopics version 0.7.3 Index]