wrangle_rel_risk_dec: Wrangle Rel Risk Decisions

View source: R/wrangle_rel_risk_dec.R

wrangle_rel_risk_decR Documentation

Wrangle Rel Risk Decisions

Description

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

Usage

wrangle_rel_risk_dec(db_rel_risk_dec, active = TRUE)

Arguments

db_rel_risk_dec

data frame; A standard 'rel_risk_dec' data frame.

active

logical; Return only active records? TRUE returns active records, FALSE returns inactive records. Default = TRUE.

Value

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

Examples

# Get test data
db_rel_risk_dec <- rarr::db_rel_risk_dec

# Format rel_risk_dec
rel_risk_dec <- wrangle_rel_risk_dec(db_rel_risk_dec)


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