dash_app: Create a Dash application

View source: R/dash_app.R

dash_appR Documentation

Create a Dash application

Description

This is a convenience function that returns a dash::Dash R6 object. For advanced usage, you can use the object as an R6 object directly instead of the functions provided by the {dash2} package.

Usage

dash_app(title = NULL, ...)

Arguments

title

(character) The browser window title.

...

Any additional parameters accepted by Dash$new().

See Also

run_app()


daattali/dash2 documentation built on July 1, 2023, 9:28 a.m.