progressMsg.Display: Display a progress message

Description Usage Arguments Author(s) See Also Examples

Description

Display a message accompanied by the percentage of completion.

Usage

1
2
3
4
5
6
## Static method (use this):
## Display$progressMsg(msg, i, total, ...)

## Don't use the below:
## S3 method for class 'Display'
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

Author(s)

Alex Lisovich, Roger Day

See Also

For more information see Display.

Examples

1
2
3
4
5
6
7
## Not run: 
 for (i in 1:100){
   Display$progressMsg("processing: ",i,100);
 # do something ...
 }
 
## End(Not run)

IdMappingAnalysis documentation built on Oct. 31, 2019, 3:30 a.m.