lcntr | R Documentation |
Prints a progres indicator for if-then loops
lcntr(x, counter = i)
x |
is the vector that is being looped through |
counter |
is the sequence variable used in the counter |
a character value
foo <- 1:100000
if (i in 1:length(foo)){
lcntr(foo,counter=i)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.