Learn R Programming

immunarch (version 0.6.4)

set_pb: Set and update progress bars

Description

Set and update progress bars

Usage

set_pb(.max)

add_pb(.pb, .value = 1)

Arguments

.max

Integer. Maximal value of the progress bar.

.pb

Progress bar object from set_pb.

.value

Numeric. Value to add to the progress bar at each step.

Value

An updated progress bar.

Examples

Run this code
# NOT RUN {
pb <- immunarch:::set_pb(100)
immunarch:::add_pb(pb, 25)
immunarch:::add_pb(pb, 25)
immunarch:::add_pb(pb, 25)
immunarch:::add_pb(pb, 25)
close(pb)
# }

Run the code above in your browser using DataLab