R/goodbye.R

#' Hi, I'm not exported!
#'
#' @param txt       what to say
#'
#' @export
#'
goodbye <- function(txt = "world") {
    cat("Goodbye, ", txt, "\n")
}
ttriche/roxpkg documentation built on June 1, 2019, 2:51 a.m.