smartProgress: smartProgress
Description
For internal use. Either prints a message to console or makes
a progress bar in the shiny app the entry of the first param "logs" turns on
shiny functionality
Usage
smartProgress(logs, message, expr)
Arguments
- logs
Wallace logger
- message
A single-element character vector; the message to be displayed
to the user.
- expr
The work to be done.