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