Nothing
#' Parameters used in multiple functions
#'
#' Reused parameter definitions are gathered here for easier editing.
#'
#' @param auth A GitHub token. See [gh::gh_token()] for more details.
#' @param tt A `tt` object, output from [tt_load_gh()].
#' @param files Which file names to download. Default "All" downloads all files
#' for the specified week.
#' @param week Which week number to use within a given year. Only used when `x`
#' is a valid year.
#' @param x The date of data to pull (in "YYYY-MM-dd" format), or the four-digit
#' year as a number.
#' @param year What year of TidyTuesday to use
#'
#' @name shared-params
#' @keywords internal
NULL
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.