Show that Shiny is busy (or loading) when changing tab panels

后端 未结 3 1900
灰色年华
灰色年华 2020-12-07 16:14

(Code follows after problem description)

I am working on making a web app with Shiny, and some of the R commands that I am executing take minutes to complete. I foun

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-07 17:02

    I think the easiest option would be using busyIndicator function in the shinysky package. For more information follow this link

提交回复
热议问题