Lists and its Operations - English

12612 visits



Outline:

Lists in R Atomic vectors in R Difference between atomic vectors and lists in R How to create a list How to assign names to the elements of a list Named list in R How to access elements of a list by its index How to access an element of a list by its name How to access an element of an element of a list Combine two different lists