print_progress: Print progress

View source: R/general.R

print_progressR Documentation

Print progress

Description

Prints loop progress in [%] to console.

Usage

print_progress(current, end)

Arguments

current

Numeric value of current loop iteration.

end

Numeric value number last loop iteration.

Value

Prints percentage of loop progress to console.


forceR documentation built on March 7, 2023, 7:15 p.m.