Skip to content

An R Package to calculate time difference between two date time vectors in terms of business hours

Notifications You must be signed in to change notification settings

sujeetp97/bizhours

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bizhours package

An R Package to calculate time difference between two date time vectors in terms of business hours

Description

bizhours provides a single function bizhours(...) that calculates the difference between two vectors of POSIXct date-time values, that represents the date time from when to calculate the difference and the corresponding date-time values till when to calculate. bizhours uses package bizdays for it's calculation of business days (https://cran.r-project.org/web/packages/bizdays/bizdays.pdf) and for the calendars used.

Pre-requisites

This package requires package bizdays. Install bizdays using the following code:

install.packages('bizdays')

Installing

Install bizhours package through:

devtools::install_github("sujeetp97/bizhours")

About

An R Package to calculate time difference between two date time vectors in terms of business hours

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages