/foofactors

Make factors less annoying

Primary LanguageROtherNOASSERTION

This is a practice package for STAT 545. The purpose of the package is to make factors less annoying.

Here comes the defination for fbind().

fbind <- function(a, b) {
  factor(c(as.character(a), as.character(b)))
}