Categories / plyr
Reshaping Data in R: The Power of Two Value Variables in Cast Function
Using dplyr for Dynamic Correlation Calculations in R
Creating Wide-to-Long DataFrames in R Using Vectorized Operations
Grouping Data by Multiple Factors with Different Group Sizes in R Using Dplyr
Overcoming the "Data Frame Column Not Supported by rbind.fill()" Error When Using ddply() for Data Manipulation in R
Selecting Unique Combinations of Columns in R using dplyr Package
Data Summarization with ddply and Acasting in R: A Simplified Approach for Analysts