Display a statistic

fdStat(name, value, color = "green", note = name, pct = value * 100,
  showBar = TRUE, digits = 4)

Arguments

name
name to indicate for the progress bar.
value
value for the progress bar.
color
color of the progress bar.
note
note to display.
pct
percentage to indicate in bar.
showBar
boolean indicating if a bar is to be displayed.
digits
number of digits to display.