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()