timeperiodsR (version 0.6.2)

last_workday: Get last workday day in period.

Description

Method for get last workday in timeperiod.

Usage

last_workday(x)

Value

Vector of dates

Arguments

x

tpr object or date vector

Author

Alexey Seleznev

Examples

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

Run the code above in your browser using DataLab