find_date_by_wday: Find out the date of the specific month and weekday

find_date_by_wdayR Documentation

Find out the date of the specific month and weekday

Description

\Sexpr[results=rd, stage=render]{lifecycle::badge("experimental")}

Get the date of the Xth the specific weekday

Usage

find_date_by_wday(year, month, wday, ordinal)

Arguments

year

numeric year

month

numeric month

wday

numeric weekday

ordinal

number of week

Value

a vector of class POSIXct

Examples

find_date_by_wday(2021, 1, 2, 2)

zipangu documentation built on Dec. 9, 2022, 9:07 a.m.