View source: R/evidence_schema.R
| evidence_summary | R Documentation |
Returns a summary data.frame with counts grouped by domain, severity, result, and source.
evidence_summary(ev)
ev |
A valid evidence data.frame. |
A data.frame with columns: indicator_domain, severity, result,
source_name, and n.
ctx <- suppressMessages(r4sub_run_context("STUDY1", "DEV"))
ev <- suppressMessages(as_evidence(
data.frame(
asset_type = "validation", asset_id = "ADSL",
source_name = "pinnacle21", indicator_id = "SD0001",
indicator_name = "SD0001", indicator_domain = "quality",
severity = "high", result = "fail",
stringsAsFactors = FALSE
),
ctx = ctx
))
evidence_summary(ev)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.