R/three.R

Defines functions three

Documented in three

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