exreportAdd: Add elements to an existing exreport document

Description Usage Arguments Value Examples

View source: R/fun_exreport.R

Description

This function allows to add one or more reportable objects to an exisiting exreport document.

Usage

1

Arguments

rep

an exreport object in which the elem will be added

elem

a reportable object or a list of them

Value

an extended exreport document

Examples

1
2
3
4
5
6
7
8
# Create an empty document:
report <- exreport("Test document")

# Create a reportable object (an experiment)
experiment <- expCreate(wekaExperiment, name="test-exp", parameter="fold")

# Add this object to the document
exreportAdd(report, experiment)

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