concatAll: Concact multiple values

View source: R/concatAll.R

concatAllR 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)



r2dictionary documentation built on July 26, 2023, 5:34 p.m.