catret: Output to the console and go next line

View source: R/utils.R

catretR Documentation

Output to the console and go next line

Description

catret is a wrapper for cat(...,"newline").

Usage

catret(...)

Arguments

...

list of values to be concatenated for console output

Details

catret concatenate all provided entry and output the result to the console, then out a carriage return to make any further cat function to start on the next line.

Value

nothing

Examples

{cat("un ");catret("test");cat("second")}



Epiconcept-Paris/STRAP-epiuf documentation built on Aug. 5, 2024, 3:41 a.m.