powered by
isUnique(x)
x
TRUE
unique
duplicated
x <- c(9:20, 1:5, 3:7, 0:8) isUnique(x)
Run the code above in your browser using DataLab