RenderReportToHTML {hivEstimatesAccuracy}R Documentation

RenderReportToHTML

Description

Renders html fragment from RMarkdown document.

Usage

RenderReportToHTML(filePath, params = NULL)

Arguments

filePath

Path to the source RMarkdown file. Required.

params

Parameters passed to the report. Optional. Default = NULL.

Value

string with the rendered report

Examples

## Not run: 
RenderReportToHTML(adjustmentSpec, fileNameSuffix, parameters)

## End(Not run)


[Package hivEstimatesAccuracy version 0.9.6 Index]