sum_of | R Documentation |
Parallel sum, with tidyselect
sum_of(...)
... |
objects that can be passed to [sum()] |
library(dplyr) mutate(mtcars, foo := sum_of(cyl, mpg))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.