tt_date: Get date of TidyTuesday, given the year and week

View source: R/tt_check_date.R View source: R/last_tuesday.R

tt_dateR 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)
 }


thebioengineer/tidytuesdayR documentation built on Jan. 11, 2024, 4:42 a.m.