Menu
Let’s create a sample data frame



There are 4 Categorical variables in the data. table()  can quickly count (frequency) the variables. However,  we have to write table(data$column)    as many times as we want to see. Let’s create a simple for loop to do the work.


Yep… that is quick and easy way to glance at the Categorical variables.