smartProgress {wallace} | R Documentation |
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
smartProgress(logs, message, expr)
logs |
Wallace logger |
message |
A single-element character vector; the message to be displayed to the user. |
expr |
The work to be done. |