R/foo.R

Defines functions foo

Documented in foo

#' Document a function
#' @param x the x parameter
#' @export
foo = function(x) x + 1
bd-R/bdtests documentation built on Oct. 22, 2021, 2:10 p.m.