- From the [tidyverse manifesto](https://github.com/tidyverse/tidyverse/blob/master/vignettes/manifesto.Rmd), each function should: - Do one thing only. - Either produce side effects or change the object. We could create a pipe: -` plot_compass_ind %>% plot_compass_grid %>% save_<gg/compass>`
We could create a pipe:
-
plot_compass_ind %>% plot_compass_grid %>% save_<gg/compass>