View source: R/write_validation_report.R
vt_use_report | R Documentation |
Create validation report from template
vt_use_report(
pkg_name = NULL,
template = "validation",
dynamic_referencing = FALSE,
open = is_interactive()
)
pkg_name |
name of package |
template |
what validation report template from valtools to use, one of "validation" (default) or "requirements" |
dynamic_referencing |
Should dynamic referencing be enabled by default. Boolean defaults to FALSE. |
open |
boolean to open the validation report for further editing |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.