pst: Concatenate strings without any separator characters

View source: R/latex_tables.R

pstR Documentation

Concatenate strings without any separator characters

Description

Concatenate strings without any separator characters.

Usage

pst(...)

Arguments

...

one or more R objects, to be converted to character vectors.

Details

This function simply calls paste0 with the collapse option set to "".

Value

A character vector of the concatenated values without any separator characters.

Examples

micompr:::pst("a", "b", "c", c("a", "b", "c"))
# [1] "abcaabcbabcc"


FakenMC/micompr documentation built on Jan. 31, 2024, 5:09 a.m.