R/app_ui.R
app_ui.Rd
Create the UI component of mhealthannotator Shiny App
app_ui(request)
Shiny request
if (FALSE) { shinyApp(ui = app_ui, server = app_server) }