stringList: String of Comma Separated Quoted Strings

View source: R/string.R

stringListR Documentation

String of Comma Separated Quoted Strings

Description

Create a string of comma separated quoted strings

Usage

stringList(x, qchar = "'", collapse = ", ")

Arguments

x

vector of character

qchar

character to be used for quoting, default: single quote character

collapse

characters used to separate the strings. Default: ", "


KWB-R/kwb.utils documentation built on April 1, 2024, 7:12 a.m.