R/wb.R

Defines functions wb

Documented in wb

#' wb
#' This function binds all the input objects into a list
#' @export wb

wb <- function(x, ...) {
  return(list(x, ...))
}
nivesh22/descriptive documentation built on Jan. 22, 2020, 8:03 p.m.