#' Fetch Match Data for Week
#'
#' @param week a number between 1-16
#'
#' @return a list of match data
#'
#' @import httr
#' @import httpuv
#'
#' @export
#'
#' @examples
#' fetch_week_matches(1)
fetch_week_matches <- function(week) {
# Retrieve matches from yahoo api for given week
path <- "urltodo"
yahoo_api(path)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.