I am trying to import a dataset from Excel and all of my titles for the columns in excel are formatted as text. When I import them to R they become doubles and I cant covert the data into longframe because of it. I'm not sure why as I've imported other seemingly identical files wihtout issue but now I cant import anything without half of the names being considered "double" while others are considered "character"
I can only figure out how to change them by manually changing each column to character as I import