Learn R Programming

Ease (version 0.1.2)

catn: 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)

Value

None (invisible NULL).

Arguments

...

see cat.

file

see cat.

sep

see cat.

fill

see cat.

labels

see cat.

append

see cat.

Author

Ehouarn Le Faou

Details

See cat.