catn {mlr3misc} | R Documentation |
Function for Formatted Output
Description
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.
Usage
catn(..., file = "")
Arguments
... |
( |
file |
( |
Examples
catn(c("Line 1", "Line 2"))
[Package mlr3misc version 0.15.1 Index]