make_report {CALANGO}R Documentation

Prepare and render the HTML5 report

Description

This script generates the HTML5 report based on an enriched 'CALANGO'-type list output by 'run_CALANGO()'.

Usage

make_report(defs, render.report = TRUE)

Arguments

defs

an enriched 'CALANGO'-type list generated by 'run_CALANGO()'

render.report

logical: should the HTML5 report be generated (for internal use only)

Value

Updated 'defs' list, containing:

This function is mainly called for its side effect, namely the generation of an HTML5 report of the analysis, which is saved to the folder indicated in 'defs$output.dir'.


[Package CALANGO version 1.0.16 Index]