This week, Ellis Hughes and I discuss a very important and useful object in R, lists. Lists are critical to know about because of their versatility for storing any type of data formats and their ability to handle lots of data tasks very quickly.
In this first part on lists we discuss how to create a list, access the contents within a list, show their versatility, and walk through examples of how to iterate over lists with for loops and base R functions such as lapply.
To watch out screen cast, CLICK HERE.
To access our code, CLICK HERE.