R/one.R

Defines functions one

Documented in one

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