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