How can I compare two rows in R data frame by different columns and perform an operation on them?

后端 未结 0 1889
南方客
南方客 2021-01-31 22:54

I have some data with a similar structure.

test_data <- data.frame(start = c(1,15,17,35),
                         time = c(87, 1, 35, 3),
                             


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题