if (FALSE) {
# download one of the longer time series
df <- snotel_download(site_id = 670, internal = TRUE)
# calculate the snow phenology
phenology <- snotel_phenology(df)
# show a couple of lines
head(phenology)
}
Run the code above in your browser using DataLab