workdays_length {timeperiodsR}R Documentation

Number of workdays in the period.

Description

Method for get number of workdays in period. workdays is monday - friday.

Usage

workdays_length(x)

Arguments

x

tpr object or date vector

Value

Integer

Author(s)

Alexey Seleznev

Examples

pm <- previous_month()
# workdays number
pm_wd_len <- workdays_length(pm)

[Package timeperiodsR version 0.7.3 Index]