big_time_operator: Big Time Function Operator

View source: R/big_time.R

big_time_operatorR Documentation

Big Time Function Operator

Description

Wrap a function of your choosing with the "this shit is big time" YMH drop

Usage

big_time_operator(f)

Arguments

f

Function to wrap

Examples

## Not run: 
x <- 1:10

big_time_mean <- big_time_op(mean)

big_time_mean(x)

## End(Not run)

ekholme/eemisc documentation built on May 30, 2022, 6:34 p.m.