createHtmlSummary: Create an HTML summary

View source: R/createHtmlSummary.R

createHtmlSummaryR Documentation

Create an HTML summary

Description

Takes a list of summary information and turns it into HTML that can be displayed in a web interface.

Usage

createHtmlSummary(hasError, errorList, hasWarning, warningList, summaryInfo,
  dryRun)

Arguments

hasError

A boolean marking if the function returned an error

errorList

A list of errors

hasWarning

A boolean marking if the function had warnings

warningList

A list of warnings

summaryInfo

A list of information to return to the user (see details)

dryRun

A boolean marking if information should be saved to the server

Details

summaryInfo can have named elements "info": a list of information where names are used as titles, and "viewerLink": a URL link to the program used to view the results

Value

a string of HTML


mcneilco/racas documentation built on April 19, 2024, 1:12 p.m.