Learn R Programming

fastplyr (version 0.9.9)

get_group_unaware_fns: Get list of current group-unaware functions

Description

Get list of current group-unaware functions

Usage

get_group_unaware_fns()

Arguments

Value

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

Examples

Run this code
library(fastplyr)

fns <- get_group_unaware_fns()

names(fns)
fns$round

Run the code above in your browser using DataLab