View source: R/tt_check_date.R
tt_date | R Documentation |
Sometimes we don't know the date we want, but we do know the week. This function provides the ability to pass the year and week we are interested in to get the correct date
tt_date(year, week = NULL, auth = gh::gh_token())
year |
What year of TidyTuesday to use |
week |
Which week number to use within a given year. Only used when |
auth |
A GitHub token. See |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.