powered by
Utility function to assist users in identifying the most recent 'TidyTuesday' date
last_tuesday(date = today(tzone = "America/New_York"))
todays date as a date object or character string in YYYY-MM-DD format.
last_tuesday() # get last tuesday from todays date last_tuesday("2020-01-01") # get last tuesday from specified date
Run the code above in your browser using DataLab