Overview
Theunique-rank transformation returns unique values from an array, sorted by their frequency of occurrence (most frequent first).
Syntax
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
variable | array | Yes | The array to process |
Get unique values sorted by frequency
unique-rank transformation returns unique values from an array, sorted by their frequency of occurrence (most frequent first).
| Parameter | Type | Required | Description |
|---|---|---|---|
variable | array | Yes | The array to process |