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
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 on or before end.

Value

Event data restricted to a time period

Author(s)

Will Lowe

See Also

filter_codes, filter_actors


conjugateprior/events documentation built on May 13, 2019, 9:56 p.m.