R/experimental.R
drop_category.Rd
Converts a vector object to a non-categorical object, typically a column in a data frame. The categories come from non-missing values present in the object and are suppressed from an associated data dictionary (when present).
drop_category(x)
object to be coerced.
A R object.