first_workday: Get first workday day in period.

View source: R/methods.R

first_workdayR Documentation

Get first workday day in period.

Description

Method for get first workday in timeperiod.

Usage

first_workday(x)

Arguments

x

tpr object or date vector

Value

Vector of dates

Author(s)

Alexey Seleznev

Examples

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

timeperiodsR documentation built on May 12, 2026, 5:06 p.m.