View source: R/environment-provenance.R
| capture_gazepoint_environment | R Documentation |
Capture a reproducibility environment record
capture_gazepoint_environment(
packages = unique(c("gp3ml", loadedNamespaces())),
root = ".",
include_renv = FALSE
)
packages |
Packages to record. Defaults to gp3ml and currently loaded namespaces. |
root |
Repository/project root used to capture Git SHA. |
include_renv |
Whether to record an existing |
A gp3ml_environment_record.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.