generate_levey_jennings_report {PvSTATEM}R Documentation

Generate a report with Levey-Jennings plots.

Description

This function generates a report with Levey-Jennings plots. The report is generated using the levey_jennings_report_template.Rmd template.

Usage

generate_levey_jennings_report(
  list_of_plates,
  filename = NULL,
  output_dir = "reports"
)

Arguments

list_of_plates

A list of plate objects.

filename

(character(1)) The name of the output file. If not provided, the filename will be created based on the plate name with the suffix '_report.html'.

output_dir

(character(1)) The directory where the report should be saved. Default is 'reports'.

Value

A report.


[Package PvSTATEM version 0.1.3 Index]