R/test.R

#' A test function
#' @param x A number.
#' @param y A number.
#' @return A thing.
#' @examples
#' test(1, 2)
#' @export
test <- function(x, y) x - y
nverno/treestack documentation built on May 24, 2019, 10:56 a.m.