progstr: Quick'n'dirty progress bar

View source: R/utils.R

progstrR Documentation

Quick'n'dirty progress bar

Description

Creates a progress bar and returns it as a string.

Usage

progstr(step, n_steps, name, finished = FALSE, progress_length = 20L)

Arguments

step

current step being worked on

n_steps

total number of steps

name

name of the process

finished

whether the process is finished

progress_length

length of the progress bar in ascii signs

Value

A string formatted as a progress bar


scregclust documentation built on April 4, 2025, 3:03 a.m.