concatAll {r2dictionary} | R Documentation |
Concact multiple values
Description
Concact multiple values
Usage
concatAll(..., sep = "; ")
Arguments
... |
the list of values to be concacted |
sep |
the separated for concating |
Examples
a = 5
b = 10
c = "done"
concatAll(a,b,c)
[Package r2dictionary version 0.2 Index]