action_register_table: Action Register Table

View source: R/action_register_table.R

action_register_tableR Documentation

Action Register Table

Description

Produces an action register table of the input action data frame.

Usage

action_register_table(action)

Arguments

action

data frame; A data frame of actions.

Value

A kable table styled for reporting.

Examples

#Get test data
db_action <- rarr::db_action

action <- wrangle_action(db_action)

#example
action_register<- action_register_table(action)


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