smartinsightsfromdata/rpivotTable

Feature Request: Export to dplyr pipeline

ctmann opened this issue · 3 comments

It would be AWESOME to be able to export rpivotTable as dplyr pipeline script, effectively using the widget to write code.

@ctmann can you elaborate please?
e.g. adding an example in pseudocode?

Thanks in advance

mtcars %>% 
  group_by(gear, mpg) %>% 
  count()

screen shot 2018-02-25 at 12 10 40 am

this would be very cool