Which of the following is a valid data structure in R?

Which of the following is a valid data structure in R?

a) String
b) Array
c) Vector
d) Dictionary

Answer:

c) Vector

Explanation:

Vector is a fundamental data structure in R used to store elements of the same data type.

Scroll to Top