I have csv file which has 6 column, out of which first four columns are character & other two are numeric.
But while importing this csv file all column get class get converted in factor. I want my first columns in character & other two numeric how to do that?
I tried colClasses, transform but nothing is working
readr
package in R. Rstudio also has a GUI for the package where you can specify the class of each column of the CSV you are trying to import. – TheRimalaya