R/tnf_rosters.R

Defines functions tnf_rosters

Documented in tnf_rosters

#' Get U SPORTS track and field rosters
#'
#' @returns A tibble.
#' @examples
#' try(tnf_rosters())
#' @export

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