Simple Text Iteration Counter
Simple Text Iteration Counter
iterCount(n = 100, i0 = 0L, title = "Iterations", extra = NULL, verbose = TRUE)
n |
number of total steps |
i0 |
starting step |
title |
character string to use as title |
extra |
character vector providing extra text to add at each step |
verbose |
logical that toggles the counter |
progress <- iterCount(LETTERS) res <- sapply(LETTERS, function(x){ Sys.sleep(.1) progress() }) # terminate counter i_end <- progress(NULL) i_end
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.