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