Get unique values
Description
Get unique values
Usage
<Expr>$unique(maintain_order = FALSE)
Arguments
maintain_order
|
If TRUE , the unique values are returned in order of
appearance.
|
Value
Expr
Examples
#> shape: (3, 1)
#> ┌────────────┐
#> │ Species │
#> │ --- │
#> │ cat │
#> ╞════════════╡
#> │ setosa │
#> │ versicolor │
#> │ virginica │
#> └────────────┘