Skip to contents

Wrangle an input decision data frame and prepares it for use by the the reporting functions in this package.

Usage

wrangle_decision(db_decision)

Arguments

db_decision

data frame; A standard decision data frame.

Value

A formatted data frame suitable for use by the report functions.

Examples

# Get test data
db_decision <- rarr::db_decision

# Format decision
decision <- wrangle_decision(db_decision)