R/oho.R

#' Short description of what this does
#'
#' Longer description of what this does. Approximately a paragraph.
#'
#' @param x The first thing
#' @param y The second thing.
#' @return The thing that comes out of this function
#'@examples
#' oho(1, 10)
#' @export
oho <- function(x,y) {
  return (x+y)
}
edvbb/HRanalytic documentation built on May 16, 2019, 9:13 p.m.