---
title: "Data function - categorical-opposite"
slug: "categorical-opposite-data-function"
updated: 2022-07-27T14:24:36Z
published: 2022-07-27T14:24:36Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://code.tag.bio/llms.txt
> Use this file to discover all available pages before exploring further.

# categorical-opposite

### categorical-opposite

**creates: *categorical variable*** A `categorical-opposite` data function returns the variables of a collection **other** than the provided variable.

| **attribute** | **type** | **description** | **options** |
| --- | --- | --- | --- |
| `criteria` | object | categorical data | `variable``data_function``argument_reference` |

```
{
  "data_function_type": "categorical-opposite",
  "criteria": {
    ...
  }
}
```
