Formats tables for summary report
adcp_format_report_table.Rd
Formats tables for summary report
Arguments
- report_table
Table to include in the summary report. Either the deployment metadata from the NSDFA tracking sheet (as returned from
adcp_write_report_table()
, or the document history) .- transpose
Logical argument indicating whether to transpose
report_table
before applying the format. Use the defaultTRUE
for the deployment table. Set toFALSE
for the document history table.