These collections have a special name in R: atomic vectors. They can also be made out of more than just numbers.

Let's use a function called class to check out other atomic vectors.

Great! a is a numeric , b is a character, and c is a logical vector.

Psst: atomic means that it's the smallest component of something bigger.

Whoops! Didn't we want to use the class function?