Categories of categorical array
C
includes all categories in A
,
even if A
does not contain any data from a category.
To see the unique values in A
, use unique(A)
.
The order of the categories listed in C
is
the same order used by functions, such as summary
and histogram
.
To change the order of the categories, use reordercats
.
addcats
| categorical
| histogram
| iscategory
| mergecats
| removecats
| renamecats
| reordercats
| setcats
| unique