Use OR to Concatenate a Vector of Terms
OR
func_OR_vector(v)
v
A character
words <- c('apple', 'bean', 'food') func_OR_vector(v= words)
Useful links