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)

selesnow/timeperiodsR documentation built on Jan. 27, 2024, 7:32 a.m.