view_runs_diff | R Documentation |
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 )
runs |
A runs selection for two runs. Defaults to the latest two runs. |
..., output_empty, exclude_directory_metadata |
Passed on to |
output_html |
Where to place the rendered html |
exclude |
Regex pattern for files or directories to exclude from the
rendered report. By default, the guild internal metadata store |
viewer |
Viewer to display the rendered html. Defaults to
|
path to the generated html, invisibly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.