shinyobjects icon indicating copy to clipboard operation
shinyobjects copied to clipboard

Add additional shiny functions to convert

Open rjake opened this issue 5 years ago • 0 comments

  • reactiveValuesToList() -> as.list()

  • withProgress() account for this the same way as eventReactive()

Can be nested:

df <- eventReactive({
   withProgress(message = "", {
     ...
  })
})

rjake avatar Sep 13 '20 15:09 rjake