View source: R/wrangle_decision.R
wrangle_decision | R Documentation |
Wrangle an input decision data frame and prepares it for use by the the reporting functions in this package.
wrangle_decision(db_decision)
db_decision |
data frame; A standard decision data frame. |
A formatted data frame suitable for use by the report functions.
# Get test data db_decision <- rarr::db_decision # Format decision decision <- wrangle_decision(db_decision)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.