If we have a lot of repeating values that can be grouped into a limited number of distinct categories, we can store them in a factor.

Nice! The levels row lets us know we only have two distinct categories, Android and iOS.

Remember, in R we call a function by using parenthesis.