Generate default NCA report
report_IQnca.Rd
Collects all generated results (RMD) files and creates a combined RMD file. Optionally, if IQReport is available it also generates a Word file.
report_IQnca(
reportfile,
resultpaths,
templatestyle = "DefaultStyle.rmdt",
title = "Some NCA",
docx = TRUE
)
Arguments
- reportfile
Report file name. Note that a certain structure is assumed in the generation of the RMD files containing figures. The location of the report file needs to match this in terms of the relative paths used in the figure RMD files.
- resultpaths
Paths to folders with generated RMD results (listings, tables, and figures). All present RMD files will be included.
- templatestyle
IQReport template file.
- title
Title of the report
- docx
logical. If TRUE and IQReport is present a Word DOCX file will be generated. If FALSE then only a combined RMD file will be generated. The latter is useful if one wants to continue editing the file as a stand alone NCA report.