wrangle_action: Wrangle Action

View source: R/wrangle_action.R

wrangle_actionR Documentation

Wrangle Action

Description

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

Usage

wrangle_action(db_action)

Arguments

db_action

data frame; A standard action data frame.

Value

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

Examples

# Get test data
db_action <- rarr::db_action

# Wrangle risk
action <- wrangle_action(db_action)


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