print,simple.progress.bar-method {SPB}R Documentation

Print method for simple progress bars

Description

Print method for simple progress bars

Usage

## S4 method for signature 'simple.progress.bar'
print(x)

Arguments

x

A simple progress bar

Value

Nothing. Prints the progress bar to the console

Author(s)

Telarico, Fabio Ashtar

Examples


# Example without custom colours or custom message
pb<-create_pb(length=10, print=FALSE)
print(pb)


[Package SPB version 1.0 Index]