
Create a nacre application
nacreApp.RdBuilds 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.
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().