R/tnf_athlete_rankings.R

Defines functions tnf_athlete_rankings

Documented in tnf_athlete_rankings

#' Get U SPORTS track and field athlete rankings
#'
#' @returns A tibble.
#' @examples
#' try(tnf_athlete_rankings())
#' @export

tnf_athlete_rankings <- function(){
  read_csv("https://github.com/uwaggs/usports-data/releases/download/tnf_athlete_rankings/tnf_athlete_rankings.csv") %>% tibble::tibble()
}

Try the usportsR package in your browser

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

usportsR documentation built on March 16, 2026, 5:08 p.m.