Consider the example
n <- 100 for (j in 1:n) { print(sprintf("Processing feature %i from %i; %1.0f",j,n,j/n*100)) }
But I wo