melt.cast_df | R Documentation |
Melt the results of a cast
## S3 method for class 'cast_df' melt(data, drop.margins=TRUE, ...)
data |
|
drop.margins |
|
... |
other arguments ignored |
This can be useful when performning complex aggregations - melting the result of a cast will do it's best to figure out the correct variables to use as id and measured.
Hadley Wickham <h.wickham@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.