Skip to content

Commit

Permalink
Update 10-R-trick.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
jmShen committed May 13, 2019
1 parent 336403b commit 90c7f47
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion 10-R-trick.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,13 @@ for (i in 1:100) {
pb$tick()
Sys.sleep(1 / 100)
}
```
```


一个比较完整应用:
```
pb <- progress::progress_bar$new(
format = "MCMC running [:bar] :percent in :elapsed eta: :eta",
total = iter, clear = FALSE)
```

0 comments on commit 90c7f47

Please sign in to comment.