progressReport: Print a progress report

Description Usage Arguments

View source: R/progressReport.r

Description

This function prints a progress report. The time is appended so that the elapsed time between reports can be used to track calculation progress. The printing of progress reports is controlled by the nrsa.options function. Additionally plyrProgress will be used to print the progress bars for ddply functions when nrsa.options(ProgressReports = TRUE).

Usage

1
2
3
progressReport(msg, metrics = NULL)

plyrProgress(progress = "text")

Arguments

msg

the message to be printed

progress

the name of the plyr progress reporter to use.


jasonelaw/nrsa documentation built on Nov. 8, 2019, 11:34 a.m.