wrangle_rel_risk_action: Wrangle Risks Related to Actions

View source: R/wrangle_rel_risk_action.R

wrangle_rel_risk_actionR Documentation

Wrangle Risks Related to Actions

Description

Wrangles an input 'rel_risk_action' data frame and prepares it for use by the the reporting functions in this package.

Usage

wrangle_rel_risk_action(db_rel_risk_action)

Arguments

db_rel_risk_action

data frame; A standard 'rel_risk_action' data frame.

Value

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

Examples

# Get test data
db_rel_risk_action <- rarr::db_rel_risk_action

# Format rel_risk_action
rel_risk_action <- wrangle_rel_risk_action(db_rel_risk_action)


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