Nothing
#' 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
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.