isConditional.list | R Documentation |
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.
## S3 method for class 'list' isConditional(x, data, ...)
x |
list |
data |
environment for variable lookup |
... |
passed arguments |
length-one logical
Other conditional:
isConditional.default()
,
isConditional()