Should return a list from the given expression which will be converted into a
shinyTree.
renderTree(expr, env = parent.frame(), quoted = FALSE)The expression to be evaluated which should produce a list.
The environment in which expr should be evaluated.
Is expr a quoted expression (with quote())? This
is useful if you want to save an expression in a variable.