R - concatenate rows based on conditions?

后端 未结 0 1677
旧巷少年郎
旧巷少年郎 2020-12-23 09:21

I created a mapping table in R and have provided an example of what it looks like:

ex <- data.frame("id" = c(rep(1234,7)), "claim" = c(         


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