| r4sub_run_context | R Documentation |
A run context captures metadata for a particular evidence collection run.
It provides a unique run_id, study identifier, environment label, and
timestamps used throughout evidence ingestion.
r4sub_run_context(
study_id,
environment = c("DEV", "UAT", "PROD"),
user = NULL,
run_id = NULL,
timestamp = Sys.time()
)
study_id |
Character. Study identifier (e.g., |
environment |
Character. One of |
user |
Character or |
run_id |
Character or |
timestamp |
POSIXct. Defaults to current time. |
A list of class r4sub_run_context with elements:
run_id, study_id, environment, user, created_at.
ctx <- r4sub_run_context(study_id = "STUDY001", environment = "DEV")
ctx$run_id
ctx$study_id
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.