Description Usage Arguments Details Value Author(s) See Also Examples
Error handling functions for the ectd package.
| 1 2 3 | ectdStop(msg, call. = TRUE, domain = NULL, verbose = getEctdVerbose() )
ectdWarning(..., call. = TRUE, immediate. = FALSE, domain = NULL)
 | 
| msg | (Required) Message to be displayed to the user | 
| verbose | (Optional) Should more details be given when showing the error message/warning. By default, this is controlled by support function getEctdVerbose | 
| call., domain, immediate. |   See  | 
| ... | passed to warning | 
These functions are alias to the standard R functions stop and warning, but they also do character interpolation. See examples.
Nothing.
Mike K Smith mstoolkit@googlemail.com
| 1 2 3 4 5 6 |   
  ## Not run: 
     ectdStop("something wrong happened")
  
## End(Not run)
  
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.