filter_time: Restrict events to a time period

Description Usage Arguments Details Value Author(s) See Also

View source: R/events.R

Description

Restricts events to a time period

Usage

1
2
  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

Details

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

Value

Event data restricted to a time period

Author(s)

Will Lowe

See Also

filter_codes, filter_actors


events documentation built on May 2, 2019, 10:21 a.m.