Description Usage Arguments Details Value Author(s) See Also Examples
This function will run an R expression and send a direct message to a specified user on success or failure.
1  |     taskStatus(expr, to, msg="")
 | 
expr | 
 An R expression that will be run  | 
to | 
 The user to send a message to, either   | 
msg | 
 An extra message to append to the standard DM  | 
This function will run expr, and send a Direct Message (DM)
upon completion which will report the expression's success or failure.
Either the value of the expression or an object of class
try-error.
Jeff Gentry
1 2 3 4  |    ## Not run: 
       taskStatus(z<-5, "username", session=sess)
   
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.