Skip to contents

rsx_ui is a low-level function for creating rsx ui without the use of rsx_app.

Usage

rsx_ui(root, id = NULL, app_class = "App", resource_path = NULL)

Arguments

root

a component used as the top-level node for the shiny app

id

TODO

app_class

the html class attribute for the app wrapper

resource_path

path to a resource folder, if NULL styles will be inlined

Value

shiny::tagList object

See also

Other compilation: rsx_app(), rsx_server()