R/z_score-progression.R

Defines functions get_score_progression_raw

Documented in get_score_progression_raw

#' Get raw score progression data
#'
#' @description
#' `r lifecycle::badge("deprecated")`
#'
#' This function has been deprecated due to its inefficiency
#'
#' @examples
#' #
#' \dontrun{
#' get_match_results()
#' # ->
#' fetch_results_afltables()
#' }
get_score_progression_raw <- function() {
  lifecycle::deprecate_stop(
    "1.0.0",
    "get_score_progression_raw()"
  )
  return(NULL)
}

Try the fitzRoy package in your browser

Any scripts or data that you put into this service are public.

fitzRoy documentation built on Sept. 11, 2024, 6:52 p.m.