Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Export to dplyr pipeline #86

Open
ctmann opened this issue Jan 7, 2018 · 3 comments
Open

Feature Request: Export to dplyr pipeline #86

ctmann opened this issue Jan 7, 2018 · 3 comments

Comments

@ctmann
Copy link

ctmann commented Jan 7, 2018

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

@smartinsightsfromdata
Copy link
Owner

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

Thanks in advance

@ctmann
Copy link
Author

ctmann commented Feb 25, 2018

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

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

@kkeenan02
Copy link

this would be very cool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants