powered by
Launch Shiny App
app(...)
Runs the app.
arguments to pass to shiny::runApp
if (FALSE) { app() # to run the app without special options app(launch.browser = T) # to run the app in a new browser session }
Run the code above in your browser using DataLab