
Create an rsx app object
rsx_app.RdCreate 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::componentobject- ...
further arguments passed to
shiny::shinyApp- resource_path
path to a resource folder, if
NULLstyles will be inlined- app_class
the html class attribute for the app wrapper
See also
Other compilation:
rsx_server(),
rsx_ui()