difftime_office_hours: Calculate number of office hours between time stamps

Description Usage Arguments Details Value

View source: R/difftime_office_hours.R

Description

Calculate number of office hours between time stamps. Office hours is default mon - fri, 8:00 to 16:00

Usage

1
difftime_office_hours(started, ended, working_hours = c(8, 16))

Arguments

started

Start time of period, as POSIX

ended

End time of period, as POSIX

working_hours

Vector of length 2, start and end of office day in hours. Default c(8,16)

Details

More info here later? Or remove...

Value

Number of office hours between time stamps


janzzon/difftime_office documentation built on Dec. 22, 2020, 6:15 p.m.