Description Usage Arguments See Also
Generate web pages for viewing vtest results.
1 2 | vtest_webpage(ref = "", pkg = ".", filter = "", convertpng = TRUE,
prompt = TRUE)
|
ref |
a git commit ref that result pages will be
generated for. The empty string |
pkg |
package object or path. |
filter |
a regular expression; result pages will be generated only only for test contexts that match this pattern. |
convertpng |
if TRUE, convert the source PDFs files to PNG. Otherwise they are kept in PDF format, and are viewable only in some browers. |
prompt |
ask to open web page in browser. |
vdiff_webpage
for creating a web page for comparing
results of tests in two different commits.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.