trie_delete.RdDeletes a single word from the trie.
trie_delete(trie, word_to_delete)
| trie | A   | 
    
|---|---|
| word_to_delete | The word to be deleted from the trie.  | 
    
a logical indicating that if the deletion is successful or not. Returns FALSE if the word to delete is not in the trie.
#> [1] FALSE