Closed estern95 closed 4 years ago
currently named piv_wider and piv_longer. pivot_longer and pivot_wider are from tidyr which has a different philosophy and backend to dplyr. The issue is that s3 objects are less common and function name spaces will be overwritten.
piv_wider
piv_longer
pivot_longer
pivot_wider
These are revamped and will be implemented with feature/misc-functions branch PR
currently named
piv_wider
andpiv_longer
.pivot_longer
andpivot_wider
are from tidyr which has a different philosophy and backend to dplyr. The issue is that s3 objects are less common and function name spaces will be overwritten.