New posts in reshape2

Reshape a dataframe to long format with multiple sets of measure columns [duplicate]

Reshape multiple categorical variables to binary response variables

Reshaping data frame with duplicates

No non-missing arguments warning when using min or max in reshape2

reshape vs. reshape2 in R

Grouped bar plot in ggplot

can the value.var in dcast be a list or have multiple value variables?

Tidyr how to spread into count of occurrence [duplicate]

how to spread or cast multiple values in r [duplicate]

how to pivot/unpivot (cast/melt) data frame? [duplicate]

reshape2 melt warning message

Is it possible to use spread on multiple columns in tidyr similar to dcast? [duplicate]

Comparing gather (tidyr) to melt (reshape2)

Compute mean and standard deviation by group for multiple variables in a data.frame

Reshaping wide to long with multiple values columns [duplicate]

dcast warning: ‘Aggregation function missing: defaulting to length’

How to use Pivot_longer to reshape from wide-type data to long-type data with multiple variables

Converting rows into columns based on the values in the rows, in R

Faster ways to calculate frequencies and cast from long to wide

Reshaping multiple sets of measurement columns (wide format) into single columns (long format)