Because R is made for large collections of data, it can come in handy to know how many elements a vector has.

Can you guess the name of the function that does that?

Awesome! We can use length() to find out how many elements a vector has.

Yikes! Maybe the numbers of elements a vector has can also be described as it's length?