kollapse: kollapse

Description Usage Arguments Examples

View source: R/MarkdownReportsDev.R

Description

Collapses values and strings to one string (without a white space). It also prints the results (good for a quick check)

Usage

1
kollapse(..., collapseby = "", print = TRUE)

Arguments

...

Variables (strings, vectors) to be collapsed in consecutively.

collapseby

collapse elements into a string separated by this character

print

Print the results to the terminal. TRUE by default.

Examples

1
2
kollapse("Hello ", LETTERS[24],
", the winning numbers are ", c(1, 3, 5, 65, 11), " . Yay!")

vertesy/MarkdownReportsDev documentation built on Nov. 15, 2021, 9:59 a.m.