render_line_report: Line report

Description Usage Arguments Value Examples

View source: R/report.R

Description

Render the delay analysis HTML report for a given line.

Usage

1
render_line_report(line, output_dir = ".", ...)

Arguments

line

Scalar integer specifying the line.

output_dir

The output directory for the rendered report.

...

Additional arguments to be passed to rmarkdown::render().

Value

The path to the rendered report.

Examples

1
2
report <- render_line_report(line = 11, tempdir())
browseURL(report)

miraisolutions/vbzdelays documentation built on May 13, 2020, 1:21 a.m.