| .bio_capture_provenance | R Documentation |
Internal helper that records R version, loaded packages, platform, timestamp, and optionally git SHA and hardware details.
.bio_capture_provenance(capture_git = TRUE, capture_hardware = TRUE)
capture_git |
Logical; if TRUE, attempts to capture the current
git short SHA via |
capture_hardware |
Logical; if TRUE, captures basic hardware info
from |
A list with elements r_version, packages (data.frame),
platform, timestamp, git_sha, and hardware.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.