progress_image: Create Progress image for chapter

Description Usage Examples

View source: R/progress_image.R

Description

Create Progress image for chapter

Usage

1
2
3
4
5
6
7
8
progress_image(
  title,
  idx_doing,
  idx_total,
  file_out,
  line_max_char = 24,
  file_badge = "badge.svg"
)

Examples

1
2
3
4
5
6
## Not run: 
progress_image("R is everywhere", 1, 6, "out.png")
progress_image("Use existing functions and data through packages", 5, 6, "out.png")
progress_image("Extract or replace columns in a data frame using `$`", 5, 6, "out.png")

## End(Not run)

quantargo/qlearn documentation built on Jan. 25, 2022, 12:35 a.m.