progress: A function to keep track of the progress in a loop

Description Usage Arguments

View source: R/progress.R

Description

The function keeps track of the looping progress.

Usage

1
progress(i, q, n)

Arguments

i

Index in a loop.

q

Separation, e.g., only show every 100 indices.

n

Total number of iterations.


kelvinyangli/wrsgraph documentation built on Sept. 6, 2019, 10 a.m.