R/messageWithSepLine.R

Defines functions messageWithSepLine

#' @export
messageWithSepLine <- function(string, ...)
  outputString(string, type = "message", output_sepline = T, ...)
magrai/puttytat4R documentation built on Dec. 31, 2019, 5 a.m.