rep_psi_render: Render the report

View source: R/rep_functions.R

rep_psi_renderR Documentation

Render the report

Description

Wrap around rmarkdown::render function to generate the automatic reports

Usage

rep_psi_render(
  template,
  output_file = NULL,
  output_dir = NULL,
  parent_logger = "test",
  ...
)

Arguments

template

Character vector indicating the name of the template. It must be located in the Templates folder of the project

output_file

Character vector indicating the name of the report file/s

output_dir

Character vector indicating the output folder

...

Parameters to pass on the yaml preamble of Rmd template

Value

Nothing, report is generated in the Report folder (default) or the specified Report subfolder


vflo/PSIsapfluxnetQC1 documentation built on Feb. 15, 2024, 3:19 a.m.