last_tuesday | R Documentation |
Identify the most recent 'TidyTuesday' date relative to a specified date.
last_tuesday(date = today(tzone = "America/New_York"))
date |
A date as a date object or character string in |
The TidyTuesday date in the same week as the specified date, using Monday as the start of the week.
last_tuesday() # get last Tuesday relative to today's date
last_tuesday("2020-01-01") # get last Tuesday relative to a specified date
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.