I have a folder with manys excel, two types formats DATETIME
:
- the date after imported by
read.csv2
, typeFACTOR
YYYY-MM-DD HH: MM: SS
- and other excel format type
FACTOR
, formatDD/MM/YYYY HH: MM
.
I want only one code to walk both types excel: Finally with the same format YYYY-MM-DD HH: MM: SS
to import
i don't know how to do it.