How to read 'myfile.csv'
with all variables in character using vroom
?
library(vroom)
'Below code can't work
input_file_2<- vroom('myfile.csv',colClasses = 'character')
How to read 'myfile.csv'
with all variables in character using vroom
?
library(vroom)
'Below code can't work
input_file_2<- vroom('myfile.csv',colClasses = 'character')