ExplorerTree: Explorer Tree

Description Methods

Description

Explorer Tree

Methods

new(root_id = NULL, root_object = Object$new("/"))

Initialize a new explorer tree object.

root_id Identifier of the root node. If NULL, this identifier is created internally.

Return: Object of class ExplorerTree.

get_node(id)

Get the node of the explorer tree with id == id.

get_node_ids()

Get the ids of all nodes of the explorer tree as a character vector.

get_root_node()

Get the root node of the explorer tree, which is equivalent to calling this$get_node(root_id), where root_id is the id, which was passed to this$new.


DavidBarke/shinyExplorer documentation built on Aug. 28, 2020, 8:54 p.m.