Data can come in many more forms, including words. To store a string in R, we need to use a vector of type character.

Boom! We just created a character vector.

Whoops! Didn't we want to create a vector of type character? That looks more like a numeric vector.