select_days: Given a sequence of interval specification (in 'HH:MM to...

Description Usage Arguments

View source: R/meetr.R

Description

Given a sequence of interval specification (in 'HH:MM to HH:MM' format), return a function that will take a start date and an end date and return all intervals within those dates that correspond to the interval specification.

Usage

1
select_days(keep_weekdays, ...)

Arguments

keep_weekdays

Character vector of weekdays (e.g. 'Monday', 'Tuesday', etc.).

...

Character vector where each element has format 'HH:MM to HH:MM'


artichaud1/meetr documentation built on May 24, 2019, 1:35 a.m.