Convenient create vector of character without the need to quote, e.g. instead of typing c("a", "b", "c") just write char(a, b, c)

char(...)

Arguments

...

list of character separate by comma