knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

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)))
}


LinaQiu/foofactors documentation built on May 7, 2019, 1:21 p.m.