Learn R Programming

events (version 0.5)

one_a_day: Apply the one-a-day filter

Description

Tries to remove duplicate events

Usage

one_a_day(edo)

Arguments

edo
Event data object

Value

New event data object with duplicate events removed

Details

This function removes duplicates of any event that occurs to the same source and target with the same event code, on the assumption that these are in fact the same event reported twice.

This function can also be applied as part of read_keds

See Also

read_keds