However, R was designed for collections of data, not simple numbers.

To combine different values into a collection, we can use a function called c().

Awesome! We just created a collection of data and assigned it to var.

Didn't we say that we want to use the c() function?