data-raw/ghcnd_stations.R

## code to prepare `ghcnd_stations` dataset goes here
ghcnd_stations <- snowload2::ghcnd_stations %>%
  dplyr::select(ID, STATE, LATITUDE, LONGITUDE,
                NAME, COUNTY, ELEVATION)

usethis::use_data(ghcnd_stations, overwrite = TRUE)
scoutiii/HTSoutliers documentation built on April 4, 2021, 4:47 p.m.