R/refresh-seasons-data.R

Defines functions refresh_seasons_data

refresh_seasons_data <- function() {
  seasons_data <- build_seasons_data()
  usethis::use_data(seasons_data, overwrite = TRUE)
  invisible(seasons_data)
}
ataustin/huntil documentation built on July 30, 2020, 3:21 a.m.