Hi all,
I'm a new R user and just joined the community. I am a problem which I believe I can get help from here.
I am working on a set of data file, about 12 excel files having similar datasets and data types. Each data files contain columns, 5 of which has character data type, 1 integer, and the last, time (37:30:55) data type in excel.
I have to upload all of these files onto R, to further my analysis. That means, I have to convert these into CSV format. Once I upload the converted CSV files, 2 of the files have the time data type changed to character which does affect my analysis progression.
I have tried to resave my data.frames with the correct data format, I keep getting the same problem.
Or do I work around this?