inst/shiny/alzheimers/ui.R

shinyUI(fluidPage(
  
  uiOutput("title"),
  
  htmlOutput("instructions"),
  
  uiOutput("predictors"),
  
  h3("Result"),
  htmlOutput("status"),
  
  actionButton("closeApp", "Close")
))

Try the credsubs package in your browser

Any scripts or data that you put into this service are public.

credsubs documentation built on Sept. 1, 2020, 5:07 p.m.