From this vector:
x<-c(1,1,17,23,19,6,7,7,7)
How can you obtain the following output: [1] 1 17 23 19 6 7 Click all that apply. as.numeric
(x)
x[2:7]
x-c(1,7,7)
unique