shiny
htmltools
req()
seq()
on.exit()
observe()
isolate
observeEvent
eventReactive
reactiveTimer()
invalidateLater(ms)
git
Please note that both functions are using the same id.
ui <- fluidPage( sidebarLayout( sidebarPanel( datasetInput("data", is.data.frame), selectVarInput("var"), histogramOutputBins("hist") ), mainPanel( histogramOutputPlot("hist") ) ) )