busyIndicator: busyIndicator

Description Usage Arguments Examples

View source: R/busy-indicator.r

Description

A busy indicator

Usage

1
2
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

1
2
3
# add the following to the ui.R
# this will show a one second busy indicator
busyIndicator(wait = 1000)

AnalytixWare/ShinySky documentation built on March 2, 2020, 6:10 p.m.