| blend_words | R Documentation |
Combines the beginning of word1 with the end of word2.
blend_words(word1, word2, overlap = NULL)
word1 |
Character. First word (contributes beginning) |
word2 |
Character. Second word (contributes ending) |
overlap |
Integer. Desired overlap characters (auto-detected if NULL) |
Character. Blended word
blend_words("breakfast", "lunch") # "brunch" or similar
blend_words("refute", "repudiate") # "refudiate" or similar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.