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)

steinbaugh/bb8 documentation built on April 5, 2025, 10:20 a.m.