Skip to contents

This package is not intended for use by the end users. This is to be used within valtools packages.

Usage

vt_render_validation_report(
  report_path,
  output_dir = dirname(report_path),
  output_file = NULL,
  ...,
  render_time = c("build", "installed"),
  package = ""
)

Arguments

report_path

path to the validation report rmarkdown

output_dir

path to directory to output rendered report. defaults to same folder

output_file

expected output filename sans extension

...

arguments passed to render

render_time

type of rendering of validation to run, "build" or "installed".

package

the report type of rendering of validation to run, "build" or "installed".