writeErrorReport: Writes an error report

View source: R/reports.R

writeErrorReportR Documentation

Writes an error report

Description

Writes an error report to an html file. Also creates the file and closes it.

Usage

writeErrorReport(htmlFile, param = param, error = "Unknown Error")

Arguments

htmlFile

a character, ending with .html, representing the file path of an html file.

param

a list of parameters to extract the name from.

error

a character vector representing the error message(s).

Author(s)

Rehrauer, Hubert

Schmid, Peter

Examples

param = ezParam()
htmlFile = "example.html"
writeErrorReport(htmlFile, param)

uzh/ezRun documentation built on May 4, 2024, 3:23 p.m.