[This article was first published on R-SquareD, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Plusses and Arrows and Percents, oh my!. –
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Do you continually substitute “%>%” for “+” when switching between data wrangling and data visualization? I’ve got just the solution for you!
Count myself as one of those people that continually use a pipe instead of a plus and vice-verca when I’m writing a lot of code. Sir Hadley has basically shit the door on ever switching ggplot to using magrittr pipes and I don’t blame him. But he can’t stop me from doing whatever the heck I want.
In the following code, I took the sample ggplot code from the help and modified it to use magrittr.
I may have to roll this into a package at some point.
To leave a comment for the author, please follow the link and comment on their blog: R-SquareD.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.