R/tools.R

#' Add two numbers
#'
#' @param x first number
#' @param y second number
#'
#' @return the result of addition
#' @export
#'
#' @examples
add <- function(x, y=0){
  x + y + z
}
courtneythomas/oatools documentation built on May 19, 2019, 10:48 p.m.