Skip to contents

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)