func_OR_vector function

Use OR to Concatenate a Vector of Terms

Use OR to Concatenate a Vector of Terms

func_OR_vector(v)

Arguments

  • v: a vector of characters

Returns

A character

Examples

words <- c('apple', 'bean', 'food') func_OR_vector(v= words)