msg_status | R Documentation |
Print Status Message to Console
msg_status(fun.status, fun.item.num.current, fun.item.num.total, fun.item.name)
fun.status |
Status of item |
fun.item.num.current |
Item number |
fun.item.num.total |
Total number of items |
fun.item.name |
Name of item |
Function for informing user of progress
Text is composed using 'print' so will have to flush console if used inside of a function or loop.
Returns a text to the console
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.