View source: R/progress_image.R
Create Progress image for chapter
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"
)
|
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.