Description Usage Arguments Examples
This function complets the provenance tracking by capturing the provenance
info for the parent script, as well as the session and system info. This
is saved to the provenance log file. An optional footer is created (by
default) including a brief session/system summary, workflow chart, and
table of inputs/outputs. If a footer is desired, this function should be
called inside a code chunk with chunk option: results = 'asis'
1 2 3 |
include_summary |
Should a summary of session and system info be included in the rendered Rmd? (default TRUE) |
include_workflow |
Should a flow chart of the workflow be included in the rendered Rmd? (default TRUE) |
include_table |
Should an output table be included in the rendered Rmd? (default TRUE) |
plot_dir |
Direction of workflow plot: |
commit_outputs |
Argument passed to script_prov(); create a commit for any new files created during this run? (default FALSE) |
include_header |
Should a "Provenance" header be included? |
header_level |
At what Markdown header style should the "Provenance" header be assigned? e.g. '#' = header 1, '##' header 2, etc. Default: '#' (header 1 style) |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.