Compare differences in input sheets of two TAMM files
Source:R/compare_chinook_inputs.R
compare_chinook_inputs.Rd
Summarizes the differences in input sheets and returns them as a tibble.
Arguments
- file1
Filename of first TAMM file
- file2
Filename of second TAMM file
- digits.signif
How many digits should be rounded to before looking for differences? Without this, miniscule excel numerical differences (e.g. differing by 0.000000001) can get picked up and overwhelm the meaningful differences.
- trim.cols
Should columns that contain no differences be cut from the results? Defaults to TRUE.
- diff.only
Should entries that do not contain differences be replaced by "" to help spot differences? Defaults to TRUE.