R/hello_doc.R

Defines functions hello_2

Documented in hello_2

#'#' Print a helpful message
#'
#' This is a trial function, but nonetheless has great value.
#'
#' @param no params
#' @return A helpful message
#' @export
#'
hello_2 <- function(){
  print("Hello! You're making great progress :)")
}
nbedelman/ILovePackages documentation built on Oct. 8, 2020, 12:25 a.m.