node: Define treant tree node

View source: R/widget_treant.R

nodeR Documentation

Define treant tree node

Description

Helper function for defining tree structure, helps to create trees/nodes with less code

Usage

node(name, desc, children = NULL, ...)

Arguments

name

the name of the node

desc

the description of the node

children

a list of children nodes


chrisbrownlie/advancedShiny documentation built on Aug. 2, 2022, 3:29 a.m.