R/concatenate_text.r

#' A function making "pasting" together text a little bit more readable
#'
#' @keywords internal
#'

'%.%' <- function(a, b) paste0(paste(a, collapse="\n"), paste(b, collapse="\n"))
wagbr/diffrr documentation built on Feb. 10, 2022, 12:38 a.m.