Render a Run Summary Report
view_run_report(
run = "1",
output_dir = file.path(tempdir(), id),
template = system.file("templates/view-run.qmd", package = "guildai"),
viewer = getOption("guildai.viewer"),
...
)path to the generated html, invisibly
a run selection. Defaults to the latest run.
directory where to place the rendered document.
path to a parameterized quarto document.
Viewer to display training run information within (default
to an internal page viewer if available, otherwise to the R session
default web browser, utils::browseURL()).
passed on to quarto::quarto_render()