Description Usage Arguments Value Examples
Collects all tokens that could result from inserting 1 letter anywhere in the given token
1 | token_permutation.insert(token, split = TRUE)
|
token |
|
split |
|
a character vector with each possible permutation of the original token after 1 insert operation
1 2 | token_permutation.insert('sometoken')
token_permutation.insert(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.