Skip to contents

Builds a Shiny app from a function that returns a nacre tag tree. The function is called once per session so that each client gets its own reactive state.

Usage

nacreApp(fn, ...)

Arguments

fn

A zero-argument function that returns a nacre tag tree (e.g. a page_sidebar() call containing reactive attributes and event handlers).

...

Additional arguments passed to shiny::shinyApp().

Value

A Shiny app object.