krlmlr/kimisc

ofactor

Closed this issue · 0 comments

ofactor <- function(x) {
  factor(x, levels=unique(x))
}