Progress.Ebar: ProgressEbar

Description Usage Arguments Examples

View source: R/ProgressEbar.R

Description

Progress.Ebar Setting the progress bar parameters

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
Progress.Ebar(
  min = 1,
  max = 1,
  style = 3,
  char = "/",
  char.color = "cyan",
  bgchar = "/",
  bgchar.color = "red",
  text = "逃げちゃだめだ ",
  text.color = "blue"
)

Arguments

max

set the max loop numbers

char

using style1,2,3. only half-width alphanumeric character

char.color

"red", "yellow", "green", "blue", "violet", "cyan" or "grey"

bgchar

using style3

text

using style4.

Examples

1
2
#n<-100
#pe<-Progress.Ebar(max = n,style=3)

amafuro/ProgressEbar documentation built on Jan. 23, 2022, 2:41 p.m.