I have a column in my dataset called 'NAME'. Its in a character format. To make it use-able in R, do I have to convert it to a categorical variable? I'm thinking it will be factored into levels? Is that right?
Also I have a column called 'Date'. Also in a character format; in the order month and year e.g Jan 21. How do I convert this appropriately? I can't use as.Date(). I have tried the lubridate() function too but isn't working.i believe it has to do with my syntax.
Sorry I can't attach photos as it keeps displaying server error from my end.