Learn R Programming

argonR (version 0.2.0)

argonProgress: Create a progress bar

Description

Build an argon progress bar

Usage

argonProgress(value, text = NULL, status = "primary")

Arguments

value

Progress value between 0 and 100.

text

Label text.

Examples

Run this code
# NOT RUN {
if (interactive()) {
 library(argonR)
 argonProgress(value = 10, status = "danger", text = "Custom Text")
}


# }

Run the code above in your browser using DataLab