R/make_progress_bar.R

Defines functions make_progress_bar

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")}
lirabenjamin/Ben documentation built on Aug. 6, 2024, 7:11 p.m.