R/build-seasons-data.R

Defines functions build_seasons_data

build_seasons_data <- function(url_keywords = "statewide seasons") {
  fact_sheet_html <- get_fact_sheet_top_level_html()
  seasons_url     <- get_fact_sheet_url(fact_sheet_html, url_keywords)
  seasons_data    <- get_statewide_seasons_data(seasons_url)

  seasons_data
}
ataustin/huntil documentation built on July 30, 2020, 3:21 a.m.