Answer Posted / Sushmita Kesari
R lists are a collection of objects, which can be elements of different types (vectors, matrices, data frames, etc.). Lists provide a way to store complex data structures and can be manipulated using various functions like length(), names(), c() to combine lists, and others.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers