R - Remove elements in a vector that appear more than once

前端 未结 0 365
遇见更好的自我
遇见更好的自我 2020-12-02 03:56

Let\'s say I have the following vector

vec <- rep(1:20,sample(1:5, 20, replace = T))
table(vec)
 1  2  3  4  5  6  7  8  9 10 11 1         


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