Learn R Programming

yamlet (version 1.2.1)

isConditional.list: 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 list
isConditional(x, data, ...)

Value

length-one logical

Arguments

x

list

data

environment for variable lookup

...

passed arguments

See Also

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