any_interval_overlap: Function to test if any intervals overlap with one another.

View source: R/any_interval_overlap.R

any_interval_overlapR Documentation

Function to test if any intervals overlap with one another.

Description

Function to test if any intervals overlap with one another.

Usage

any_interval_overlap(df)

Arguments

df

Tibble containing at least two variables, "rowid" and "interval". "interval" must be of data type interval.

Value

Logical vector, length of 1.

Author(s)

Stuart K. Grange


skgrange/threadr documentation built on April 15, 2024, 9:35 p.m.