Learn R Programming

IdMappingAnalysis (version 1.16.0)

Display$progressMsg: Display a progress message

Description

Display a message accompanied by the percentage of completion.

Usage

## Static method (use this): ## Display$progressMsg(msg, i, total, ...)
## Don't use the below: "progressMsg"(static, msg, i, total, ...)

Arguments

msg
Message to be dysplayed.
i
Counter of the progress.
total
The maximum value for a counter corresponding to 100 percent completion.
...
Not used

See Also

For more information see Display.