catVec: Print (cat) a vector to console

View source: R/catVec.R

catVecR Documentation

Print (cat) a vector to console

Description

Print (cat) a vector to console

Usage

catVec(x)

Arguments

x

Object.

Value

Console output.

Note

Updated 2023-09-07.

Examples

## Unnamed vector.
x <- c("aaa", "bbb", "ccc")
catVec(x)

## Named vector.
x <- c("aaa" = "AAA", "bbb" = "BBB", "ccc" = "CCC")
catVec(x)

mjsteinbaugh/devtools documentation built on Jan. 5, 2024, 11:09 a.m.