shiny
htmltools
req()
seq()
on.exit()
observe()
isolate
observeEvent
eventReactive
reactiveTimer()
invalidateLater(ms)
git
We can create a custom function to validate that each modele is working.
histogramApp <- function() { ui <- fluidPage( histogramUI("hist1") ) server <- function(input, output, session) { histogramServer("hist1") } shinyApp(ui, server) }