R/hello.R

Defines functions hello

Documented in hello

#' @title Hello
#'
#' @description This is the new function. The other function is [littleforecast()].
#'  \code{\link{littleforecast}()}.
#'
#' Another paragraph.
#'
#' @param mytext text to print
#'
#'
#' @export
hello <- function(mytext, b=1) {
  print(paste("Hello, world!\n", mytext))
}
RWorkflow-Workshop-2021/MyNewPackage documentation built on Feb. 24, 2022, 10:30 a.m.