Intended use case is to compare low, mid, and high ocean option.
Usage
tamm_compare3(tamm.names, tamm.path = getwd(), clean = TRUE, overwrite = TRUE)
Arguments
- tamm.names
character vector of the three tamm files to compare (including .xlsx suffix).
- tamm.path
Absolute path to directory containing the tamm file.
here::here()
can be useful in identifying appropriate path. Character atomic; defaults to current working directory.- clean
Should the intermediate .qmd files used to make the report be deleted afterwards? Logical, defaults to
TRUE
. Set toFALSE
to explore the .qmd files underlying the report.- overwrite
Should the intermediate .qmd files or the final report be overwritten if those files already exist?; Logical, defaults to
TRUE
.
Examples
if (FALSE) { # \dontrun{
tamm.path <- "C:/Users/edwc1477/Documents/WDFW FRAM team work/NOF material/NOF 2024/FRAM"
tamm.names <- c("Chin1024.xlsx", "Chin1124.xlsx", "Chin1224.xlsx")
tamm_compare3(tamm.names = tamm.names, tamm.path = tamm.path)
} # }