Renders and displays an HTML document showing the diffs between two run directories.
view_runs_diff(
runs = 1:2,
...,
output_html = tempfile("guild-diff-", fileext = ".html"),
exclude = ".guild",
output_empty = TRUE,
exclude_directory_metadata = c("yes", "no", "auto", "recursive"),
viewer = utils::browseURL
)path to the generated html, invisibly
A runs selection for two runs. Defaults to the latest two runs.
Passed on to diffoscope.
Pass "--help" for a printout of all arguments accepted.
Where to place the rendered html
Regex pattern for files or directories to exclude from the
rendered report. By default, the guild internal metadata store ".guild"
is omitted.
Viewer to display the rendered html. Defaults to
utils::browseURL(), which opens a browser).