View source: R/impact_outcome_table.R
create_impact_outcome_table | R Documentation |
Creates a table of risk impact and outcome statements from the input risk data frame.
create_impact_outcome_table(risk_df)
risk_df |
data.frame; A data frame containing one risk item. |
A kable table styled for reporting.
# Get test data db_risk <- rarr::db_risk # Wrangle risk data risk <- rarr::wrangle_risk(db_risk) #example impact_outcome_table<-create_impact_outcome_table(risk)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.