writeErrorReport | R Documentation |
Writes an error report to an html file. Also creates the file and closes it.
writeErrorReport(htmlFile, param = param, error = "Unknown Error")
htmlFile |
a character, ending with .html, representing the file path of an html file. |
param |
a list of parameters to extract the |
error |
a character vector representing the error message(s). |
Rehrauer, Hubert
Schmid, Peter
param = ezParam()
htmlFile = "example.html"
writeErrorReport(htmlFile, param)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.