Print progress bar.
print_bar(
i,
n,
type = c("type1", "type3"),
symbol = "-",
tmp.file = NULL,
symbol.head = ">>>",
symbol.tail = ">",
fixed.points = TRUE,
points = seq(0, 100, 1),
symbol.len = 48,
verbose = TRUE
)
none.
the current loop number.
the max loop number.
type1 for "for" function.
the symbol for the rate of progress.
the opened file of "fifo" function.
the head for the bar.
the tail for the bar.
whether use the setted points which will be printed.
the setted points which will be printed.
the total length of progress bar.
whether to print detail.
Dong Yin, Lilin Yin, Haohao Zhang, and Xiaolei Liu
Build date: Aug 30, 2017 Last update: Apr 30, 2022