find_date_by_wday {zipangu}R Documentation

Find out the date of the specific month and weekday

Description

[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)

[Package zipangu version 0.3.2 Index]