View source: R/action_register_table.R
action_register_table | R Documentation |
Produces an action register table of the input action data frame.
action_register_table(action)
action |
data frame; A data frame of actions. |
A kable table styled for reporting.
#Get test data db_action <- rarr::db_action action <- wrangle_action(db_action) #example action_register<- action_register_table(action)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.