Hi! i'm trying to figure out how to convert '09' to 'september' using the as.character function, I used September <- as.character(myfile$09), but it's not working- i'm not sure if i'm using the function right?
(in this case, myfile is the dataframe I used early on to read the data)