I have date in Excel as follows, first col1
as char and from col2
to col5
is in date format (mm/dd/yyyy)
id 1/1/2016 2/1/2016 3/1/2016 4/1/2016 5/1/2016
1 23 545 33 55 66
2 454 536 66 80 11
3 83 585 9 10 19
I tried to import the above file in to R using readxl
library, and my result shows column names which are in date format shows as number in dataset,
How to import Excel date column with same format?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…