Skip to contents

Calculate and display the learning progress.

Usage

progress(now, total, stop = FALSE)

Arguments

now

The current progress of learning.

total

The total amount of learning materials.

stop

Boolean indicating whether learning is paused.

Value

A string indicating the learning progress.

Examples

progress(50, 100)
#> [1] "Learning Progress: 50%."