busyIndicator {shinysky}R Documentation

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 anitmated gif

wait

The amount of time to wait before showing the busy indicator. The default is 1000 which is 1 second.


[Package shinysky version 2.0.0 Index]