R/zen.R

Defines functions easystats_zen

Documented in easystats_zen

#' Welcome to the easyverse
#'
#' @return A reassuring message.
#'
#' @examples
#' easystats_zen()
#'
#' @export
easystats_zen <- function() {
  cat("Patience you must have my young padawan.")
}

Try the easystats package in your browser

Any scripts or data that you put into this service are public.

easystats documentation built on Sept. 11, 2024, 7:59 p.m.