50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


prism (version 0.1.0)

get_prism_station_md: Extract metadata on the stations used to generate a particular day/variable

Description

This only extracts metadata from daily PRISM data.

Usage

get_prism_station_md(type, minDate = NULL, maxDate = NULL, dates = NULL)

Arguments

type

The type of data to get metadata for, must be "ppt", "tmean", "tmin", or "tmax".

minDate

a valid iso-8601 (e.g. YYYY-MM-DD) date. The first date to extract metadata for.

maxDate

a valid iso-8601 (e.g. YYYY-MM-DD) date. The last date to extract metadata for.

dates

a vector of iso-8601 formatted dates to extract metadata for, can also be a single date.

Value

A tbl_df containing metadata on the stations used for each day/variable.