R/two.R

Defines functions two

Documented in two

#' @title add two
#' @param x numeric
#' @return numeric
#' @export
two <- function(x) {
  add(x, 2)
}
andreaspano/add documentation built on Feb. 17, 2024, 6:20 a.m.