What is data structure? And what are the different types of data structures supported in r programming?
Answer Posted / Shyam Ji Mishra
Data Structure refers to a specialized format for organizing, processing, retrieving and storing data. In R programming, some common types include: Lists (ordered or unordered collections of values), Vectors (one-dimensional array of elements all of the same data type), Matrices (two-dimensional arrays with rows and columns), Data Frames (similar to tables with rows and columns but allows different data types for each column) and Factors (a special type of vector for categorical variables).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers