Learn R Programming

shinysky (version 0.1.3)

busyIndicator: busyIndicator

Description

A busy indicator

Usage

busyIndicator(text = "Calculation in progress..",
  img = "shinysky/busyIndicator/ajaxloaderq.gif", wait = 1000)

Arguments

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.

Examples

Run this code
# 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