reactflush: anlalyze your shiny app code and display reactivity network

Description Usage Arguments Examples

View source: R/flush.R

Description

anlalyze your shiny app code and display reactivity network

Usage

1

Arguments

dir

root directory of shiny app

...

optional arguments for render_mermaid

Examples

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

basf/reactflush documentation built on Feb. 15, 2021, 12:12 a.m.