Steven Sanderson makes a list but doesn’t check it twice:
Lists are fundamental data structures in R programming that allow you to store multiple elements of different types in a single object. This comprehensive guide will walk you through everything you need to know about creating and working with lists in R.
Click through for quite a few examples.