RenderReportToHTML {hivPlatform}R Documentation

RenderReportToHTML

Description

Renders html fragment from RMarkdown document.

Usage

RenderReportToHTML(reportFilePath, params = NULL)

Arguments

reportFilePath

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 hivPlatform version 2.0.5 Index]