The {shinycssloaders} package is a handy little tool that lets you easily add loading animations to a Shiny output (a plot, a table, etc.) while it’s recalculating. It’s extremely easy to use–all you need to do is wrap the output in withSpinner(). For example, plotOutput(“plot”) becomes plotOutput(“plot”) %>% withSpinner(). Version… …