powered by
Wrapper around base::cat() with a line break. Elements are converted to character and concatenate with base::paste0(). If a vector is passed, elements are collapsed with line breaks.
base::cat()
base::paste0()
catn(..., file = "")
(any) Arguments passed down to base::paste0().
any
(character(1)) Passed to base::cat().
character(1)
catn(c("Line 1", "Line 2"))
Run the code above in your browser using DataLab