add_word | R Documentation |
Add a word to a word matrix
add_word(x, word = "finding", must_intersect = FALSE, shape_matrix = NULL)
x |
word matrix |
word |
the word to add (character/scalar) |
must_intersect |
force the added word to intersect with >1 word (logical/scalar) |
shape_matrix |
a binary matrix generated from a call to |
word matrix with word added (if possible)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.