danzafar / tidyspark

tidyspark: a tidyverse implementation of SparkR built for simplicity, elegance, and ease of use.
Other
22 stars 0 forks source link

test and rename the pivots #46

Closed estern95 closed 4 years ago

estern95 commented 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.

danzafar commented 4 years ago

These are revamped and will be implemented with feature/misc-functions branch PR