Searches the download folder for duplicated PRISM data and keeps only the newest version.
del_early_prov(type, minDate = NULL, maxDate = NULL, dates = NULL)
The type of data to download, must be "ppt", "tmean", "tmin", or "tmax". Note that tmean == mean(tmin, tmax).
a valid iso-8601 (e.g. YYYY-MM-DD) date to start downloading data.
May be provided as either a character or Date
class.
a valid iso-8601 (e.g. YYYY-MM-DD) date to end downloading data.
May be provided as either a character or Date
class.
a vector of iso-8601 formatted dates to download data for, can
also be a single date. May be provided as either a character or
Date
class.