sch_in() checks if x is in the set of dates defined by the schedule.

sch_in(x, schedule)

Arguments

x

[Date]

A vector of dates.

schedule

[schedule]

A schedule.

Details

sch_in() takes the union of the events in the schedule to construct a single event on which to use event_in().