Last chance! 50% off unlimited learning
Sale ends in
This only extracts metadata from daily PRISM data.
get_prism_station_md(type, minDate = NULL, maxDate = NULL, dates = NULL)
The type of data to get metadata for, must be "ppt", "tmean", "tmin", or "tmax".
a valid iso-8601 (e.g. YYYY-MM-DD) date. The first date to extract metadata for.
a valid iso-8601 (e.g. YYYY-MM-DD) date. The last date to extract metadata for.
a vector of iso-8601 formatted dates to extract metadata for, can also be a single date.
A tbl_df
containing metadata on the stations used for each day/variable.