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)

acidgenomics/bb8 documentation built on Feb. 1, 2024, 11:38 a.m.