Export monthly precip and air temp summaries
exportNCCNMonthlySummaries.Rd
Export monthly precip and air temp summaries
Arguments
- park_code
Four-letter park code(s)
- water_year
Integer vector indicating the water year(s) to fetch data for
- file_out
Path (including filename) of the .xlsx spreadsheet you want to create. Defaults to a file named with the park code and water year in the current working directory.
- overwrite
If
file_out
already exists, do you want to overwrite it? Defaults toFALSE
.
Examples
if (FALSE) { # \dontrun{
exportNCCNDailySummaries("OLYM", 2022, "exports/OLYM_Daily_2022.xlsx")
} # }