R/debug.R
dodDebug.Rd
This function is used throughout the dod package to provide information on how processing is being done.
dod
dodDebug(debug = 0, ...)
integer valaue indicating level of debugging. If this exceeds zero, then ... is passed to cat(), for printing.
...
cat()
content passed to cat().