An important thing to remember is that R vectors can only contain elements of the same data type.

Awesome! To combine different type of elements in R we have to use lists! We'll explore lists a bit later.

Didn't we want to create a vector with the same type of elements?