last_workday: Get last workday day in period.

View source: R/methods.R

last_workdayR Documentation

Get last workday day in period.

Description

Method for get last workday in timeperiod.

Usage

last_workday(x)

Arguments

x

tpr object or date vector

Value

Vector of dates

Author(s)

Alexey Seleznev

Examples

pm <- previous_month()
# get last workday
pm_last_workday <- last_workday(pm)

timeperiodsR documentation built on April 20, 2023, 5:13 p.m.