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