Create report
subjectProfileExport(
listPlotsSubject,
outputFile = "subjectProfile.pdf",
index = NULL,
formatReport = subjectProfileReportFormat(),
shiny = FALSE,
verbose = FALSE,
nCores = NULL,
exportFigures = FALSE
)
No returned value, the plots are exported to outputDir
List of plots for each subject
string, path to the output report
Index, output from defineIndex
list with parameters used to specify the format of the report,
e.g. output of the subjectProfileReportFormat
function
logical, set to TRUE (FALSE by default)
if the report is generated from a Shiny application.
Messages during report creation will be included in the Shiny interface,
and it will be mentioned at the end of the report.
In this case, the shiny
package should be available.
logical, if TRUE print messages during execution
Integer containing the number of cores used for the computation
(1 by default). If more than 1, computation is parallelized, in this case
the package parallel
is required.
Logical, if TRUE (FALSE by default) the
subject profile figures are also exported
in pdf format in a 'figures' folder.
Figures are named as [subjectID]-[page].pdf
Laure Cougnaud