powered by
Connect given words with a conjunction, e.g. "and" and "or".
join(words, conjunction = "or")
If has length 1 or less, words is returned. Or items of words
words
are concatenated and returned.
A vector of list whose items can be converted to characters.
A single character which represents a conjunction word. The default value is "or".
"or"
words <- c("apple", "orange", "Pink Floyd") join(words, "and")
Run the code above in your browser using DataLab