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 April 3, 2025, 9:31 p.m.