Description Usage Arguments Value Examples
This finds attributes, like output or value, for a particular node by traversing fails and collecting the named attribute
1 | get_attribute(self, attribute)
|
attribute |
a character vector of the node attributes
1 2 3 4 | keys <- c("a", "ab", "bab", "bc", "bca", "c", "caa", "abc")
values <- c("foo", "bar", "foo", "bar", "foo", "bar", "foo", "bar")
example_trie <- trie_create(keys, values)
get_attribute(example_trie$b$a$b, "output")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.