Skip to contents

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().

Usage

rsx_app(root, ..., resource_path = NULL, app_class = "App")

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()