Push summary table to the DB
Usage
push_summary_table(.summary_table, con)
Arguments
- .summary_table
A tibble that will be uploaded to the database
- con
A connection
Examples
if (FALSE) { # \dontrun{
push_summary_table(.summary_table = pipelog_table)
} # }