which_duplicated: Which grouping/time stamp combos are duplicated.

View source: R/misc_util.R

which_duplicatedR Documentation

Which grouping/time stamp combos are duplicated.

Description

This function returns a data.frame of which rows are duplicated and their time stamps.

Usage

which_duplicated(data = data.frame(), group, time)

Arguments

data

a data.frame containing burst or time data (if necessary)

group

a list where each entry is a vector of groupings where length == nrow(data)|nrow(time). Or a character vector describing the column name they are located in data

time

a vector of as.POSIXct time, or a character of the column name where it can be found in data


sftrack documentation built on March 31, 2023, 7:27 p.m.