Factor is one of the data types in R and it is designed to address typical challenges with categorical data. With Factor data type, we can set the order for the categorical values and manipulate the order based on your needs with a series of convenient functions.
In this seminar, I have introduced the Factor data type and demonstrated how to use it in Exploratory.