exreportRender: Render an exreport document

Description Usage Arguments Value

View source: R/fun_exreport.R

Description

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

Usage

1
2
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


jacintoArias/exreport documentation built on June 6, 2021, 3:40 a.m.