R/messageWithSepLine.R

Defines functions messageWithSepLine

#' @export
messageWithSepLine <- function(string, ...)
  outputString(string, type = "message", output_sepline = T, ...)
itawaputtytat/puttytat4R documentation built on Jan. 1, 2020, 9:46 a.m.