getters | R Documentation |
"Getters" for the data stored in a trie object. get_keys
gets the keys, get_values
gets the values.
get_keys(trie) get_values(trie)
trie |
A trie object, created with |
An atomic vector of keys or values stored in the trie.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.