dplyr do: Some Tips for Using and Programming

If you want to compute arbitrary operations on a data frame returning more than one number back, use dplyr do()! This post aims to explore some basic concepts of do(), along with giving some advice in using and programming. do() is a verb (function) of dplyr. dplyr is...