powered by
This function concatenates inputs like cat() and prints them with newline.
cat()
cat_with_newline(...)
None, only used for the side effect of producing the concatenated output in the R console.
inputs to concatenate.
This is similar to cli::cat_line().
cli::cat_line()
cat_with_newline("hello", "world")
Run the code above in your browser using DataLab