R/catWithSepLine.R

Defines functions catWithSepLine

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