``` data %>% summarize(across( .cols = {vector or tidyselect}, .fns = {some function}, {additional arguments} )) ``` I'm thinking the .cols and .fns could be removed from things that look like above