Learn R Programming

r2dictionary (version 0.3)

concatAll: Concact multiple values

Description

Concact multiple values

Usage

concatAll(..., sep = "; ")

Arguments

...

the list of values to be concacted

sep

the separated for concating

Examples

Run this code

a = 5
b = 10
c = "done"
concatAll(a,b,c)


Run the code above in your browser using DataLab