shinyobjects
shinyobjects copied to clipboard
Add additional shiny functions to convert
-
reactiveValuesToList()->as.list() -
withProgress()account for this the same way aseventReactive()
Can be nested:
df <- eventReactive({
withProgress(message = "", {
...
})
})