inst/examples/04-local/add/R/add.R

#' Add 2 numbers
#' 
#' @param a,b Numbers to add
#' 
#' @export 
add <- function(a, b) {
    a + b
}

Try the deps package in your browser

Any scripts or data that you put into this service are public.

deps documentation built on Sept. 11, 2024, 9:15 p.m.