cat {base} R Documentation

Concatenate and Print

Description


Outputs the objects, concatenating the representations.
cat performs much less conversion than print.

Usage

cat(values,
    file = NULL,
    sep = " ");

Arguments

values

R objects (see ‘Details’ for the types of objects allowed).

file

A connection, or a character string naming the file to print to. If "" (the default), cat prints to the standard output connection, the console unless redirected by sink. [as string]

sep

a character vector of strings to append after each element. [as string]

Details

Authors

SMRUCC genomics Institute

Value

this function returns data object of type any kind.

clr value class

Examples


[Package base version 2.33.856.6961 Index]