-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Add support for magrittr #54
Comments
Another example:
|
My reply would be the same as in #53... |
Closed
Merged
yihui
added a commit
to yihui/yihui.org
that referenced
this issue
Dec 7, 2017
@g4challenge This has been implemented. You can install the development version via remotes::install_github('yihui/formatR') Thanks! @edlee123 This turns out to be a different bug, which I fixed in ff21861.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please add reformatting for magrittr pipe operator
%>%
.For example:
result <- mydata %>% filter(criterion) %>% group_by(mygroup) %>% summarise(summand = sum(count))
should be converted to something like:
The text was updated successfully, but these errors were encountered: