Skip to contents

Writes run_summary() output to json or html.

Usage

write_run_summary(
  x,
  path,
  format = c("auto", "json", "html"),
  include_attempts = TRUE,
  ...
)

Arguments

x

Object accepted by run_summary().

path

Output file path.

format

Output format: "auto", "json", or "html".

include_attempts

Include per-attempt rows when available.

...

Passed to run_summary().

Value

Invisibly returns normalized output path.