data.table::melt()
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.
melt(data, ...)
An unkeyed data.table
containing the molten data.
an object to melt
arguments passed to other methods
data.table::melt()
, melt.sentopicmodel()