Nothing
#' Get U SPORTS XC meet results
#'
#' @returns A tibble.
#' @examples
#' try(xc_meet_results())
#' @export
xc_meet_results <- function(){
rankings <- read_csv("https://github.com/uwaggs/usports-data/releases/download/xc_meet_results/xc_meet_results.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.