exreportRender {exreport}R Documentation

Render an exreport document

Description

This function renders an existing exreport object to a given file and format.

Usage

exreportRender(rep, destination = NULL, target = "html", safeMode = TRUE,
  visualize = TRUE)

Arguments

rep

The exreport object to be rendered

destination

Path to the rendered file. If NULL, it uses a temporary directory

target

The format of the target rendering. HTML and PDF are allowed.

safeMode

Denies or allows (TRUE or FALSE) output files overwriting

visualize

Visualize the generated output or not

Value

an experiment object


[Package exreport version 0.4.1 Index]