workdays: Get vector with workdays.

View source: R/methods.R

workdaysR Documentation

Get vector with workdays.

Description

Method for get vector of workdays from timeperiod.

Usage

workdays(x)

Arguments

x

tpr object or date vector

Value

Vector of dates

Author(s)

Alexey Seleznev

Examples

pm <- previous_month()
# get workdays
pm_workdays <- workdays(pm)

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