Description Usage Arguments Examples
anlalyze your shiny app code and display reactivity network
1 | reactflush(dir = getwd(), ...)
|
dir |
root directory of shiny app |
... |
optional arguments for |
1 2 3 4 5 6 7 8 9 10 11 | reactflush(fs::path(system.file("examples", package="shiny"), "01_hello"))
reactflush(fs::path(system.file("examples", package="shiny"), "02_text"))
reactflush(fs::path(system.file("examples", package="shiny"), "03_reactivity"))
reactflush(fs::path(system.file("examples", package="shiny"), "04_mpg"))
reactflush(fs::path(system.file("examples", package="shiny"), "05_sliders"))
reactflush(fs::path(system.file("examples", package="shiny"), "06_tabsets"))
reactflush(fs::path(system.file("examples", package="shiny"), "07_widgets"))
reactflush(fs::path(system.file("examples", package="shiny"), "08_html"))
reactflush(fs::path(system.file("examples", package="shiny"), "09_upload"))
reactflush(fs::path(system.file("examples", package="shiny"), "10_download"))
reactflush(fs::path(system.file("examples", package="shiny"), "11_timer"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.