Skip to contents

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: ", "