R/myApp.R

Defines functions myApp

#' @export
myApp <- function(...) {
  # Plus other stuff that was previously in app.R or globals.R
  # Hopefully refactored in a few function calls

  shinyApp(ui, server, ...)
}
ptds2020/demo documentation built on Dec. 31, 2020, 2:09 a.m.