powered by
Concact multiple values
concatAll(..., sep = "; ")
the list of values to be concacted
the separated for concating
a = 5 b = 10 c = "done" concatAll(a,b,c)
Run the code above in your browser using DataLab