progress {linq} |
R Documentation |
apply for the pipeline progress report
Description
Usage
progress(x,
msgFunc = NULL);
Arguments
x
the pipeline object or a progress number if
current function invoke is occurs in a parallel
task.
msgFunc
a text message to display or function for show message
env
[as Environment]
Details
value range of parameter `x` should be in numeric
range [0,100]
if the progress function is invoked in a parallel
stack environment.
Authors
SMRUCC genomics Institute
Value
this function returns data object of type
any kind.
clr value class
Examples
# just used for display the progress
progress(20);
# [SET_PROGRESS] 20% Pipeline progress report
x
|> progress("display progress info")
|> blablabla()
;
[Package
linq version 2.33.856.6961
Index]