powered by
Combines the beginning of word1 with the end of word2.
blend_words(word1, word2, overlap = NULL)
Character. Blended word
Character. First word (contributes beginning)
Character. Second word (contributes ending)
Integer. Desired overlap characters (auto-detected if NULL)
blend_words("breakfast", "lunch") # "brunch" or similar blend_words("refute", "repudiate") # "refudiate" or similar
Run the code above in your browser using DataLab