R/utils_table.R
merge_error.RdRename columns and merge estimate and uncertainty columns for table presentation
merge_error(table_data, uncert_lab, fleets, label, unit_label)list of dataframes that will be eventually turned into tables
uncertainty label. Typically inherited from another function but is the exact string of the uncertainty in the data (e.g., "sd", "se", "cv", "uncertainty").)
Vector of fleet names.
Label name of target quantity that is being presented by the table.
String. The units of the estimate being presented in the table.
List of formatted dataframes that contain column names formatted for a table along with a merge of values in the estimate and error columns to reduce redundancy in the table.