Description Usage Arguments Examples
View source: R/busy-indicator.r
A busy indicator
1 2 | busyIndicator(text = "Calculation in progress..",
img = "shinysky/busyIndicator/ajaxloaderq.gif", wait = 1000)
|
text |
The text to show |
img |
An animated gif |
wait |
The amount of time to wait before showing the busy indicator. The default is 1000 which is 1 second. |
1 2 3 | # add the following to the ui.R
# this will show a one second busy indicator
busyIndicator(wait = 1000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.