Description Usage Arguments Value Examples
Render the delay analysis HTML report for a given line
.
1 | render_line_report(line, output_dir = ".", ...)
|
line |
Scalar integer specifying the line. |
output_dir |
The output directory for the rendered report. |
... |
Additional arguments to be passed to |
The path to the rendered report.
1 2 | report <- render_line_report(line = 11, tempdir())
browseURL(report)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.