Description Usage Arguments Value Note See Also Examples
Melt a data list into a list of molten (i.e. long-format) (i.e. database-like) data frames.
1 | dlmelt(x)
|
x |
A data list |
A data list.
This function is inspired by the melt function in the reshape2 package by Hadley Wickham.
For an approximate inverse of dlmelt, see dlcast.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.