R Remove all rows from dataframe with specific ID based on conditional

前端 未结 0 1497
孤城傲影
孤城傲影 2020-12-22 01:34

I have a dataframe in R that looks like this:

example <- matrix(c(1,1,2,3,3,50,90,85,80,100), ncol=2)
colnames(example) <- c(\'id\', \'score\')
example_         


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