set.PE
Set up a progress bar
1 | set.PE(pe, value)
|
1 2 3 4 5 6 | #n<-100
#pe<-Progress.Ebar(min = 1,max = n)
#for (i in seq(n)) {
#set.PE(pe,i)
#Sys.sleep(1 / 100)
#}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.