Create an interactive report for the computed analysis.
Arguments
- outdir
path to the output directory
- filename
(optional) name without extension for the output file
- report.type
the type of report to create. If
short, the feature importance tables are not created (this could solve the pandoc "out of memory" issue when the number of considered features is high)- object
an object of class Trained
- annotation
a data frame containing features annotation
- feat.index
numeric, the index of the column in
annotationmatchingxfeature names.0means rownames- ...
further arguments to
renderparamsargument. Possible options are:yml_authorA character vector, name of the author(s)
yml_affiliationThe author’s affiliation; must match length of name, e.g. if name has length of two, affiliation must as well; use NA if you don’t want to include an affiliation for a given author.Note that not all formats support the affiliation field.
yml_emailThe author email address. Note that not all formats support the email field.
yml_titleA character vector, the title of the document
yml_subtitleA character vector, the subtitle of the document. Not all R Markdown formats use subtitles, so it may depend on what you use in the output field. It is available in
pdf_document,html_document, andword_documentby defaultyml_abstractA character vector, the abstract. Long character vectors are automatically wrapped using valid YAML syntax. This field is not available in all output formats; it is available in
pdf_documentandhtml_documentby default.yml_nameA character vector, the name of the document
tabsetlogical, whether to use tabbed sections (if any)