Convert breaks matrix to text that can be stored in readme
Examples
brks_to_txt(matrix(data = 1:6, nrow = 2, byrow = TRUE))
#> [1] "3: (1 - 2);6: (4 - 5)"
Convert breaks matrix to text that can be stored in readme
brks_to_txt(matrix(data = 1:6, nrow = 2, byrow = TRUE))
#> [1] "3: (1 - 2);6: (4 - 5)"