R/hw.R

Defines functions helloWorld

Documented in helloWorld

#' Say hi!
#' @param dummy A dummy parameter that does nothing. It's super effective!
#' @examples
#' helloWorld(":)")
#' @export
#' @seealso \link{print}
helloWorld <- function(dummy) base::print("Hola!")
gerbeldo/tidycell documentation built on Aug. 15, 2022, 2:35 p.m.