tt_date {tidytuesdayR} | R Documentation |
Get date of TidyTuesday, given the year and week
Description
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
Usage
tt_date(year, week = NULL, auth = gh::gh_token())
Arguments
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 |
[Package tidytuesdayR version 1.1.2 Index]