Description Usage Arguments Value Examples
Create a trie from a vector of words passed as an argument. Based on Florent Delmotte's response on http://stackoverflow.com/questions/27060453/how-to-build-an-alphabetical-tree-from-a-list-of-words-in-r.
1 |
words |
Vector of words. |
end |
Terminating character. Default is NULL. |
a trie (list of lists)
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.