Skip to contents

Opens the interactive Shiny application included with the package.

Usage

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

Arguments

launch.browser

Logical. If TRUE, the application is opened in the user's default browser.

...

Additional arguments passed to shiny::runApp().

Value

Invisibly returns the result of shiny::runApp().

Examples

if (interactive()) {
  run_stringArt_app()
}