Slowly Calculate Sum of Elements
Slowly Calculate Sum of Elements
slow_sum( x, delay = getOption("progressr.demo.delay", 1), stdout = FALSE, message = TRUE )
x |
Numeric vector to sum |
delay |
Delay in seconds after each addition. |
stdout |
If TRUE, then a text is outputted to the standard output per element. |
message |
If TRUE, then a message is outputted per element. |
The sum of all elements in x
.
This function signals progression conditions as it progresses.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.