example_shiny_app {strand}R Documentation

Run an example shiny app

Description

Runs a shiny app that allows interactively configuring and running a simulation. Once the simulation is finished results, such as performance statistics and plots of exposures, are available in a results panel.

Usage

example_shiny_app()

Examples


if (interactive()) {
  example_shiny_app()
}


[Package strand version 0.2.0 Index]