Learn R Programming

SPB (version 1.0)

print,simple.progress.bar-method: Print method for simple progress bars

Description

Print method for simple progress bars

Usage

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

Value

Nothing. Prints the progress bar to the console

Arguments

x

A simple progress bar

Author

Telarico, Fabio Ashtar

Examples

Run this code

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

Run the code above in your browser using DataLab