powered by
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)
what year of TidyTuesday to use
what week of Tidytuesday to use
# \donttest{ if(interactive()){ tt_date(2019, week = 42) } # }
Run the code above in your browser using DataLab