Description Usage Arguments Value Examples
This function allows to add one or more reportable objects to an exisiting exreport document.
1 | exreportAdd(rep, elem)
|
rep |
an exreport object in which the elem will be added |
elem |
a reportable object or a list of them |
an extended exreport document
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.