timeperiodsR (version 0.6.2)

first_workday: Get first workday day in period.

Description

Method for get first workday in timeperiod.

Usage

first_workday(x)

Value

Vector of dates

Arguments

x

tpr object or date vector

Author

Alexey Seleznev

Examples

Run this code
pm <- previous_month()
# get first workday
pm_first_workday <- first_workday(pm)

Run the code above in your browser using DataLab