R/fbind.R

fbind <- function(a, b) {
  factor(c(as.character(a), as.character(b)))
}
zhengdong91/hw8 documentation built on May 4, 2019, 10:17 p.m.