Extension of levels() function. If levels(x) is not NULL, it is
returned. Otherwise, character representation of unique sorted values is
returned (with NA treated based on na.last as in sort()).
Usage
levels2(x, na.last = TRUE)
Arguments
x
An object of interest.
na.last
Argument for controlling the treatment of NAs. See sort().