Learn R Programming

events (version 0.5)

filter_time: Restrict events to a time period

Description

Restricts events to a time period

Usage

filter_time(edo, start = min(edo$date), end = max(edo$date))

Arguments

edo
Event data
start
Something convertable to a Date object
end
Something convertable to a Date object

Value

Event data restricted to a time period

Details

Restricts events on or after start and before or on end.

See Also

filter_codes, filter_actors