# NOT RUN {
#create progression calculator with 10 iterations
progress = progression_calculator("Example", N=10)
for(i in 1:10) {
render(progress, i, interval=1) #render the calculator
Sys.sleep(0.2)
}
# }
Run the code above in your browser using DataLab