Unlike vectors, R lists can hold components of different data types.

Nice! we just created a list using the list() function and
assigned it a numeric, a character, and a logical element type.

Oh noes! We wanted to print my_list, didn't we?