Learn R Programming

sentopics (version 0.7.4)

melt: 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, ...)

Value

An unkeyed data.table containing the molten data.

Arguments

data

an object to melt

...

arguments passed to other methods

See Also

data.table::melt(), melt.sentopicmodel()