powered by
Get list of current group-unaware functions
get_group_unaware_fns()
A named list of functions marked as group-unaware in fastplyr.
library(fastplyr) fns <- get_group_unaware_fns() names(fns) fns$round
Run the code above in your browser using DataLab