After determining the direction of movement using `addDirection()`, this function provides some indication of whether each detection should be kept for an analysis analyzing movement in a single direction
filterDetections(compress_obs = NULL, parent_child = NULL, max_obs_date = NULL)
The result of `compress()`.
data frame with at least `parent` and `child` columns. Can be created with `buildParentChild()` function.
Character string in the format "YYYYMMDD". If included, the output will suggest that observations after this date should be deleted.
a tibble
filterDetections()
#> Error in filterDetections(): !is.null(compress_obs) is not TRUE