View source: R/adcp_format_report_table.R
adcp_format_report_table | R Documentation |
Formats tables for summary report
adcp_format_report_table(report_table, transpose = TRUE)
report_table |
Table to include in the summary report. Either the
deployment metadata from the NSDFA tracking sheet (as returned from
|
transpose |
Logical argument indicating whether to transpose
|
Returns a flextable object that will render nicely in the Word
report. A table with two columns: the first column (bold) is the column
names of report_table
; the second column is the corresponding
entries in report_table
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.