catret | R Documentation |
catret is a wrapper for cat(...,"newline").
catret(...)
... |
list of values to be concatenated for console output |
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.
nothing
{cat("un ");catret("test");cat("second")}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.