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 April 4, 2026, 9:07 a.m.