kollapse: kollapse

Description Usage Arguments Examples

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 = T)

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
kollapse("Hello ", LETTERS[24], ", the winning numbers are ", c(1, 3, 5, 65, 11), " . Yay!")

vertesy/MarkdownReports.v2.9.5 documentation built on May 22, 2019, 4 p.m.