R/f.R

#' Title
#'  This is a big mess
#' @param x This is the first argument
#' @param y This is the second argument
#'
#' @return   Something I hope
#' @export
#'
#' @examples
#' f(2,3)
#'
f <- function(x , y) {
  x + y
}
StJacquesJeannine/CEF documentation built on May 28, 2019, 2:30 a.m.