inst/examples/calls/R/aggregate.R

has_positive <- function(x) any(x > 0)

all_positive <- function(x) all(x > 0)

range_width <- function(x) max(x) - min(x)

total <- function(x) sum(x)

Try the muttest package in your browser

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

muttest documentation built on May 14, 2026, 5:10 p.m.