get_group_unaware_fns: Get list of current group-unaware functions

get_group_unaware_fnsR Documentation

Get list of current group-unaware functions

Description

Get list of current group-unaware functions

Usage

get_group_unaware_fns()

Value

A named list of functions marked as group-unaware in fastplyr.

Examples

library(fastplyr)

fns <- get_group_unaware_fns()

names(fns)
fns$round


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