catn: Concatenate, print and line break

View source: R/ToolFunctions.R

catnR Documentation

Concatenate, print and line break

Description

Object output in the same way as the function cat but adding a line break at the end.

Usage

catn(..., file = "", sep = " ", fill = FALSE, labels = NULL, append = FALSE)

Arguments

...

see cat.

file

see cat.

sep

see cat.

fill

see cat.

labels

see cat.

append

see cat.

Details

See cat.

Value

None (invisible NULL).

Author(s)

Ehouarn Le Faou


Ease documentation built on Nov. 10, 2022, 5:54 p.m.