View source: R/render_validation_report.R
vt_render_validation_report | R Documentation |
This package is not intended for use by the end users. This is to be used within valtools packages.
vt_render_validation_report(
report_path,
output_dir = dirname(report_path),
output_file = NULL,
...,
render_time = c("build", "installed"),
package = ""
)
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". |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.