sum_of: Parallel sum, with tidyselect

sum_ofR Documentation

Parallel sum, with tidyselect

Description

Parallel sum, with tidyselect

Usage

sum_of(...)

Arguments

...

objects that can be passed to [sum()]

Examples

library(dplyr)
mutate(mtcars, foo := sum_of(cyl, mpg))


BAAQMD/funtools documentation built on June 29, 2022, 4:06 p.m.