R/group_unaware.R

#' Get list of current group-unaware functions
#'
#' @returns
#' A named list of functions marked as group-unaware in fastplyr.
#'
#' @examples
#' library(fastplyr)
#'
#' fns <- get_group_unaware_fns()
#'
#' names(fns)
#' fns$round
#'
#' @export
get_group_unaware_fns <- cpp_group_unaware_fns

Try the fastplyr package in your browser

Any scripts or data that you put into this service are public.

fastplyr documentation built on Nov. 21, 2025, 5:07 p.m.