Description Usage Arguments Value Examples
Collects all tokens that could result from replace 1 letter with a different letter anywhere in the given token
1 | token_permutation.replace(token, split = TRUE)
|
token |
|
split |
|
a character vector with each possible permutation of the original token after 1 replace operation
1 2 | token_permutation.replace('sometoken')
token_permutation.replace(c('s','o','m','e','t','o','k','e','n'), split = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.