renderTreeAsync: Render an asynchronous ShinyTree

View source: R/render-tree_async.R

renderTreeAsyncR Documentation

Render an asynchronous ShinyTree

Description

Should return a list from the given expression which will be converted into a shinyTree.

Usage

renderTreeAsync(expr, env = parent.frame(), quoted = FALSE)

Arguments

expr

The expression to be evaluated which should produce a list.

env

The environment in which expr should be evaluated.

quoted

Is expr a quoted expression (with quote())? This is useful if you want to save an expression in a variable.

See Also

shinyTree


shinyTree documentation built on Aug. 8, 2023, 1:08 a.m.