# NOT RUN {
{
#no overlap
overlapping_sels(X = lbh_selec_table)
# modified lbh_selec_table to make the first and second selection overlap
Y <- lbh_selec_table
Y$end[4] <- 1.5
overlapping_sels(X = Y)
# drop overlapping
overlapping_sels(X = Y, drop = TRUE)
# get index instead
overlapping_sels(X = Y, index = TRUE)
}
# }
Run the code above in your browser using DataLab