R/tchau.R

Defines functions tchau

Documented in tchau

#' Tchau
#'
#' Description here
#'
#' @return nothing
#' @export
#'
#' @examples
#'  '> tchau()
#'  [1] "Tchau, world!"
tchau <- function() {
  print("Tchau, world!")
}
hugoharada/package00 documentation built on Jan. 31, 2020, 12:24 a.m.