R/my_cat.R

Defines functions my.cat

Documented in my.cat

#' My Concatenate
#'
#' A formated version of `cat` for printing progress during the pipeline. Will rarely, if ever, be called directly by the user
#' @param x a string of text
#' @seealso \code{\link{cat}}
#' @export


my.cat <- function(x) { cat(paste0("\n### ", x, "\n"), sep = "\n") }
kstagaman/sharpton-lab-dada2-pipeline documentation built on Sept. 24, 2022, 11:41 a.m.