Learn R Programming

mcradds (version 1.1.1)

cat_with_newline: Concatenate and Print with Newline

Description

[Experimental]

This function concatenates inputs like cat() and prints them with newline.

Usage

cat_with_newline(...)

Value

None, only used for the side effect of producing the concatenated output in the R console.

Arguments

...

inputs to concatenate.

See Also

This is similar to cli::cat_line().

Examples

Run this code
cat_with_newline("hello", "world")

Run the code above in your browser using DataLab