Tags / tidyr
Unlocking Tidyeval: Writing Flexible and Reusable R Code with Quo Objects and dplyr
Reshaping Data from Long to Wide Format with Multiple Measure Columns in R
Creating a Descending Value Pivot Table with dplyr: A More Elegant Approach
How to Use the `spread()` Function in R to Create a Column with Group Dates
Creating a List of 2X3X3 Correlation Matrices Using tidyr and dplyr in R to Analyze Variable Evolution Over Time.
Replicating the Results from "dcast" Function in R using tidyr's "pivot" Function
Data Cleaning and Flagging using Dplyr: A Practical Approach to Handling Conditional Data Manipulation
How to Transform Repeated Rows for a Column in R with Tidyverse Package