Learn R Programming

traitr (version 0.13)

loadingAnimation: A window to show a loading animation...

Description

A window to show a loading animation

Usage

loadingAnimation(message="Loading...")

Arguments

message
A message to display along with graphic while loading. PANGO markup is okay.

Value

  • An item group instance with a close method to call to dismiss window

Examples

Run this code
## we call, something happens, then we close
w <- loadingAnimation()
## .... something long, like dlg$make_gui() ...
w$close()

Run the code above in your browser using DataLab