R/run_app.R
run_app.Rd
Run embedded shiny applications
run_app(app, launch_browser = TRUE)
A string representing the name of the application to run
logical. Should the app be launch in the system's default browser? (default is TRUE)
run_app("rule_eval")