cat0: Concatenate to screen without spaces

Description Usage Arguments Value Examples

View source: R/cat0.R

Description

The cat0 function is to cat what paste0 is to paste; it simply makes concatenating many strings without a separator easier.

Usage

1
cat0(..., sep = "")

Arguments

...

The character vector(s) to print; passed to cat.

sep

The separator to pass to cat, of course, "" by default.

Value

Nothing (invisible NULL, like cat).

Examples

1
cat0("The first variable is '", names(mtcars)[1], "'.");

Matherion/justifier documentation built on Dec. 31, 2020, 3:13 p.m.