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