library(rlang) library(dplyr) library(lubridate) example = tibble( date = today() + c(1:6), foo = rnorm(6), ) do.some.stuff <- function(data, foo.col){ sum.c