View source: R/download_SNOTEL.R
batch_SNOTELdv | R Documentation |
This function gets daily snotel data from https://wcc.sc.egov.usda.gov/reportGenerator/ website. This function is similar to snotel_download except it includes english units and adds snow depth as a variable.
batch_SNOTELdv(sites, parallel = FALSE, ...)
sites |
A vector of SNOTEL site locations, e.g. |
parallel |
|
... |
arguments to pass on to future_map. |
A data.frame
with SNOTEL metrics that capture the following variables: snow_water_equivalent
,
precipitation_cumulative
,
temperature_max
,
temperature_min
,
temperature_mean
,
precipitation
,
snow_depth
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.