Opens the interactive Shiny application included with the package.
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()
}
