For example if the data frame is as
df <- data.frame(ID = c(“a”,”b”),start = c(2,5),end = c(3,10))
then the output should be
For example if the data frame is as
df <- data.frame(ID = c(“a”,”b”),start = c(2,5),end = c(3,10))
then the output should be