Description Usage Arguments Details Value
This is a higher-order function.
1 | MakeAttributeFilter(attr_name)
|
attr_name |
the name of attribute to filter by |
The function returns a higher order function with the attr_name fixed.
Details about the returned function:
MakeAttributeFilter(attr_name)(trials, attr_value)
trialstrials a list of Trial objects
attr_valuea vector of values to filter out
a function f(trials, attr_values) that filters out trials with
the specified attr_values for the given attr_name.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.