Create an rsx app object
rsx_app.Rd
Create a new instance of an rsx application by passing a top level
rsx::component as the application root. This is analagous to running shiny::shinyApp()
.
Arguments
- root
an
rsx::component
object- ...
further arguments passed to
shiny::shinyApp
- resource_path
path to a resource folder, if
NULL
styles will be inlined- app_class
the html class attribute for the app wrapper
See also
Other compilation:
rsx_server()
,
rsx_ui()