Skip to contents

Starts a local Shiny app that lets users fill in the 18 framework items interactively, preview the figure, and download the result as PDF or PNG.

Usage

instar_app(launch.browser = TRUE, ...)

Arguments

launch.browser

Logical. If TRUE (the default), opens a browser window. Passed to shiny::runApp().

...

Additional arguments passed to shiny::runApp().

Value

Called for its side effect.

Examples

if (FALSE) { # \dontrun{
instar_app()
} # }