View source: R/utilities-observed-data.R
evalDataFilter | R Documentation |
Evaluate a data filter by converting the variable names of the data.frame into names of variables to be evaluated in the filter expression.
evalDataFilter(data, filterExpression)
data |
data.frame containing observed data |
filterExpression |
expression character string filter to be applied |
vector of logicals corresponding to the evaluation of the filter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.