isConditional.list: Test List is Conditional

View source: R/conditional.R

isConditional.listR Documentation

Test List is Conditional

Description

Tests whether a list is conditional. Evaluates names of x on data and looks for meaningful result. Returns TRUE if list has names and all evaluate to logicals with length equal to number of rows in data.

Usage

## S3 method for class 'list'
isConditional(x, data, ...)

Arguments

x

list

data

environment for variable lookup

...

passed arguments

Value

length-one logical

See Also

Other conditional: isConditional.default(), isConditional()


yamlet documentation built on Oct. 6, 2023, 9:07 a.m.