R/package.r

Defines functions do_nothing

Documented in do_nothing

#' Do nothing, at all
#'
#' @param x It is returned as it is
#' @return x
#' @export

do_nothing <- function(x) {
  x
}
metacran/r-builder-test documentation built on May 22, 2019, 7:48 p.m.