RenderReportForAdjSpec {hivPlatform}R Documentation

RenderReportForAdjSpec

Description

Renders html fragment from RMarkdown document.

Usage

RenderReportForAdjSpec(adjustmentSpec, fileNameSuffix = "", params = NULL)

Arguments

adjustmentSpec

Adjustment specification. Required.

fileNameSuffix

Report file suffix. Base name is taken from the adjustment spec file name. Optional. Default = ”.

params

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

Value

string with the rendered report

Examples

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

## End(Not run)


[Package hivPlatform version 2.0.5 Index]