R/hello.R

Defines functions hello

Documented in hello

#' Hello, Gresham Lab!
#'
#' This is an example function named 'hello'
#' which prints 'Hello, Gresham Lab!'.
#'
#' You can contribute to this package at:
#'
#'   https://github.com/GreshamLab/labtools
#'
#' @export

hello <- function() {
  print("Hello, Gresham Lab!")
}
GreshamLab/labtools documentation built on Feb. 18, 2022, 12:16 p.m.