workdays {timeperiodsR} | R 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)
[Package timeperiodsR version 0.7.3 Index]