isConditional.list {yamlet} | R 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()
,
isConditional.default()
[Package yamlet version 1.2.5 Index]