R/hello.R

Defines functions get_one

Documented in get_one

#' Get One
#'
#' @return
#' @export
#'
#' @examples
get_one <- function() {
  return(1)
}
maurony/bt documentation built on May 29, 2020, 12:48 a.m.