Description Usage Arguments Examples
This function returns all possible words within a word, scrabble style
1 | get_anagrams(word, dictionary = scrabble)
|
word |
a word (or vector of length one with multiple characters/digits) |
dictionary |
which dictionary should be used to look up words? current options are 'scrabble' for the official scrabble dictionary and 'words' for a more expansive dictionary (including e.g. "mr"). |
1 2 3 4 | data(scrabble)
perms <- get_anagrams(word = "perms", dictionary = scrabble)
length(perms)
perms
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.