| cat_with_newline {mcradds} | R Documentation | 
Concatenate and Print with Newline
Description
This function concatenates inputs like cat() and prints them with newline.
Usage
cat_with_newline(...)
Arguments
| ... | inputs to concatenate. | 
Value
None, only used for the side effect of producing the concatenated output in the R console.
See Also
This is similar to cli::cat_line().
Examples
cat_with_newline("hello", "world")
[Package mcradds version 1.1.0 Index]