powered by
Launches the packaged Shiny app located in inst/shinyapp. If the app files are not found, a minimal placeholder app is launched instead.
inst/shinyapp
run_app()
Invisibly returns NULL. Called for its side effects.
NULL
This function is exported so users can run examly::run_app().
examly::run_app()
system.file("shinyapp", package = "examly") if(interactive()){ examly::run_app() }
Run the code above in your browser using DataLab