R/fbind.R

Defines functions fbind

Documented in fbind

#' Title
#'
#' @param a
#' @param b
#'
#' @return
#' @export
#'
#' @examples
fbind <- function(a, b) {
  forcats::fct_c(a, b)
}
twrobes/packageExample documentation built on May 22, 2019, 5:35 p.m.