vt_scrape_change_log | R Documentation |
Scrape change log from a validation project
Format change log info table for validation report
Initiate a change_log file
vt_scrape_change_log()
vt_kable_change_log(change_log_info, format = vt_render_to())
vt_use_change_log(date = NULL, version = NULL, open = interactive())
change_log_info |
data.frame as exported from |
format |
passed to |
date |
passed to template |
version |
version to set in news file |
open |
whether to open the file after |
data.frame with variables version
, effective_date
, description
a knitr_kable object
path to change log file, used for side effect of creating change_log
Extracts validation version, date, and description from change log items
that start with [validation]
.
withr::with_tempdir({
file.create(".here")
vt_use_validation()
vt_use_change_log()
log_data <- vt_scrape_change_log()
print(log_data)
vt_kable_change_log(log_data)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.