Give the command to check if the element 15 is present in vector x?
Answer Posted / Kunwar Akram Ali
In R, you can use the `%in%` operator to check if an element exists in a vector. The command would be: `15 %in% x`
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers