R/msg_mine.R

Defines functions msg

Documented in msg

#' Charles' custom messages
#'
#' Don't forget to preface with dontpanic:: so can keep track of where it comes from.
#'
#' @param msg Message.
#'
#' @return
#' @export
#'
#' @examples
#' msg("quack quack")

msg <- function(msg) {
  message(crayon::blue(glue::glue("\n
                                  --] {msg}
                                  \n")))
}
softloud/dontpanic documentation built on Nov. 8, 2021, 1:12 p.m.