powered by
A busy indicator
busyIndicator(text = "Calculation in progress..", img = "shinysky/busyIndicator/ajaxloaderq.gif", wait = 1000)
The text to show
An animated gif
The amount of time to wait before showing the busy indicator. The default is 1000 which is 1 second.
# NOT RUN { # add the following to the ui.R # this will show a one second busy indicator busyIndicator(wait = 1000) # }
Run the code above in your browser using DataLab