remove
  • 27 Jul 2022
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

remove

  • Dark
    Light
  • PDF

Article summary

remove

creates: categorical collection

The remove data function produces a categorical collection modified to remove variables that match the provided remove attribute.

attributetypedescriptionoptions
criteriaarraycategorical or numeric data to evaluate
  • collection
  • data_function
  • argument_reference
  • removearraycategorical data
  • collection
  • data_function
  • argument_reference
  • {
      "data_function_type": "remove",
      "criteria": [
        ...
      ],
      "remove_criteria": [
        ...
      ]
    }
    

    Was this article helpful?