So R studio used to automatic convert character variables into factor variables, which is what i want. But now, it stopped doing that. How do i turn this on again?
As you can see, the "Winery" variable is set to chr, were as before when i loaded the same dataset, R studio would turn it into a factor variable. I know that you can force them into a factor variable yourself, but the automatic solution is just much more convenient.