wrangle_decision: Wrangle Decision

View source: R/wrangle_decision.R

wrangle_decisionR Documentation

Wrangle Decision

Description

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)


MVR-GIS/rarr documentation built on March 4, 2023, 11:47 p.m.