HTTPstatus | R Documentation |
This function interprets the meaning of the HTTP status and returns the elements needed to create an appropriate warning and return something meaningful to the user.
HTTPstatus(status)
status |
numeric, the error status |
Code 200 should not be sent to this function as this is only designed to handle the errors (>=400)
A list of two elements. 'warning' is used to create a warning message and 'rtn' will be used to return to the user.
HTTPstatus(400)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.