R/xc_team_rankings.R

Defines functions xc_team_rankings

Documented in xc_team_rankings

#' Get U SPORTS XC Team Rankings
#'
#' @returns A tibble.
#' @examples
#' try(xc_team_rankings())
#' @export

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

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.