Description Usage Arguments Examples
This function obtains all possible letter combinations within a word
1 | get_combos(word)
|
word |
a word (or vector of length one with multiple characters/digits) |
1 2 3 | perms <- get_combos(word = "perms")
length(perms)
perms
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.