timeperiodsR (version 0.6.2)

workdays: Get vector with workdays.

Description

Method for get vector of workdays from timeperiod.

Usage

workdays(x)

Value

Vector of dates

Arguments

x

tpr object or date vector

Author

Alexey Seleznev

Examples

Run this code
pm <- previous_month()
# get workdays
pm_workdays <- workdays(pm)

Run the code above in your browser using DataCamp Workspace