wrangle_risk | R Documentation |
Wrangles an input risk data frame and prepares it for use by the the reporting functions in this package.
wrangle_risk(db_risk, active = TRUE)
db_risk |
data frame; A standard risk table. |
active |
logical; Return only active records? TRUE returns active records, FALSE returns inactive records. Default = TRUE. |
A formatted data frame suitable for use by the report functions.
# Get test data db_risk <- rarr::db_risk # Format risk risk <- wrangle_risk(db_risk)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.