Which of these holds true for factors?

We use factors for storing categorical dataDifferent factor categories are called "levels"We create a factor using the create.factor() function

Nice! We store categorical data in factors that we've created with the factor() function. The categories are called levels.

Almost! We store categorical data in factors that we've created with the factor() function. The categories are called levels.