View source: R/utils-boilerplate.R
| build_boilerplate_md | R Documentation |
Internal worker that assembles the full Markdown boilerplate body (note,
methods prose, reproducibility/sidecar reference, citation, and license).
Used both by the exported boilerplate() function and by the HTML
report generator.
build_boilerplate_md(
eyeris,
version = NULL,
n_runs = NULL,
include_citation = TRUE,
include_license = TRUE
)
eyeris |
An |
version |
Optional |
n_runs |
Optional integer number of recording blocks/runs; inferred from
the object when |
include_citation |
Logical; whether to append a citation |
include_license |
Logical; whether to append the CC BY 4.0 license note |
A length-one character string of Markdown
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.