Extract Previous End Row
extract_previous_end_row.Rd
helper function used to identify the previous ending range of cells within the Synergy H1 excel workbook output
Arguments
- cell_ranges
a vector of strings representing the cell ranges of the tables e.g. c("A1:B10", "A11:B21")
Examples
extract_previous_end_row(c("A1:B10", "A11:B21")) #21
#> Error in extract_previous_end_row(c("A1:B10", "A11:B21")): could not find function "extract_previous_end_row"