- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
remove
creates: categorical collection
The remove
data function produces a categorical collection modified to remove variables that match the provided remove
attribute.
attribute | type | description | options |
---|---|---|---|
criteria | array | categorical or numeric data to evaluate | collection data_function argument_reference |
remove | array | categorical data | collection data_function argument_reference |
{
"data_function_type": "remove",
"criteria": [
...
],
"remove_criteria": [
...
]
}
Was this article helpful?