Answer Posted / Sureena Yadav
In R, there are two main types of vectors: atomic vectors and lists. Atomic vectors are homogeneous, meaning they contain elements of the same data type (e.g., integer or character), while lists can contain different data types.nnAtomic vectors can be created using the `c()` function or vector literals, while lists can be created using the `list()` function.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers