progress: A wrapper for shiny Progress object

View source: R/utils-progress.R

progressR Documentation

A wrapper for shiny Progress object

Description

A wrapper for shiny Progress object

Usage

progress(
  title,
  max = 1,
  session = getDefaultReactiveDomain(),
  quiet = FALSE,
  ...
)

Arguments

title

Main title for progress bar

max

How many steps you have for this process

session

shiny session, default is getDefaultReactiveDomain

quiet

nonreactive-only mode? default is FALSE. If TRUE, then progress bar will be hidden in shiny app

...

other parameters passing to progress2

Details

shiny::Progress class cannot be used under non-reactive environment. rave::progress function wrap it up so that you can use it in non-reactive settings.


beauchamplab/rave documentation built on Feb. 23, 2024, 7:20 a.m.