Nothing
#' 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
}
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.