R/aha.R

#' Short description of what this does
#'
#' Longer description of what this does. Approximately a paragraph.
#'
#' @param a The thing
#'
#' @export

aha <- function(a) {
  rnorm(a)
}
edvbb/HRanalytic documentation built on May 16, 2019, 9:13 p.m.