l.s.num_work_free_days: No description

Description Usage Arguments Examples

Description

No description

Usage

1
l.s.num_work_free_days(start=as.Date('2010-01-01'), end=as.Date('2012-01-01'), group_by=c('week', 'month', 'quarter', 'year'), saturdays=TRUE, sundays=TRUE, add=NULL, remove=NULL, free_days=TRUE)

Arguments

start

Date vector of lendht 1

end

Date Vector of lendth 1

group_by

character vector of lenght 1 with names of time units you want to group by

saturdays

lofical. If Saturadys must be included as work free day

sundays

logical. If Sundays must be included as work free day

add

date vector with dates you want to add as work free days

remove

date vector with dates you to remove from free days

free_days

logical

Examples

1
l.s.num_work_free_days(start=as.Date('2010-01-01'), end=as.Date('2012-01-01'), group_by='month', saturdays=TRUE, sundays=TRUE, add=NULL, remove=NULL, free_days=TRUE)

lucas9999/l.s documentation built on May 21, 2019, 8:53 a.m.