eval_across: Evaluate function across list elements

View source: R/utils.R

eval_acrossR Documentation

Evaluate function across list elements

Description

Evaluate function across list elements

Usage

eval_across(list_object, fun)

Arguments

list_object

List of objects.

fun

String representing function that returns TRUE or FALSE to be evaluated across list_object elements.

Value

TRUE if all elements of list_object return TRUE when evaluated by fun; otherwise, FALSE


dygobeng/nterval documentation built on March 22, 2022, 6:40 p.m.