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 | collectiondata_functionargument_reference |
remove | array | categorical data | collectiondata_functionargument_reference |
{
"data_function_type": "remove",
"criteria": [
...
],
"remove_criteria": [
...
]
}