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())
What year of TidyTuesday to use
Which week number to use within a given year. Only used when x
is a valid year.
A GitHub token. See gh::gh_token()
for more details.