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)
Arguments
year |
what year of TidyTuesday to use |
week |
what week of Tidytuesday to use |
Examples
if(interactive()){
tt_date(2019, week = 42)
}
[Package tidytuesdayR version 1.0.3 Index]