report_render: Report generation function

View source: R/report_functions.R

report_renderR Documentation

Report generation function

Description

Function for generating automatically the report

Usage

report_render(type = "evaluation", output_file = NULL, output_dir = NULL, ...)

Arguments

type

which kind of report must be generated, "evaluation"

output_file

file name for the output report

output_dir

destination folder (if it does not exist, it will be created)

...

Rmarkdown parameters

Details

The parameters accepted by the rmarkdown template (... argument) are the following:

  • wd: working directory (i.e. the route to the validation root folder)

  • code: Site/Plot code for which the report must be generated

  • model: Simulation model, either "spwb" or "growth"

  • conf: Control configuration


emf-creaf/medfatereports documentation built on Feb. 20, 2024, 6:45 a.m.