melt | R Documentation |
Unpivot column data from wide format to long format.
melt(object, ...)
object |
Object. |
... |
Additional arguments. |
DataFrame
.
https://seananderson.ca/2013/10/19/reshape/
reshape2::melt
(deprecated).
tidyr::pivot_longer
.
Python pandas.melt
.
showMethods("melt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.