cat_with_newline: Concatenate and Print with Newline

View source: R/utils.R

cat_with_newlineR Documentation

Concatenate and Print with Newline

Description

[Experimental]

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")

insightsengineering/hermes documentation built on March 11, 2024, 11:04 p.m.