R/xc_rosters.R

Defines functions xc_rosters

Documented in xc_rosters

#' Get U SPORTS XC Rosters
#'
#' @returns A tibble.
#' @examples
#' try(xc_rosters())
#' @export

xc_rosters <- function(){
  rankings <- read_csv("https://github.com/uwaggs/usports-data/releases/download/xc_rosters/xc_rosters.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.