make_progress_bar <- function(data){progress::progress_bar$new(format = " progress: [:bar] :percent eta: :eta",total = nrow(data));print("include pb$tick() inside the function")}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.