Hi I have date_time column as "Factor" type which is having mixed date_time as below. How to change these informats to R datetime format
date_time R_date_time
01-Apr-2017 12:00:00 2017-04-01 12:00:00
02/04/2017 03:00:00 2017-04-02 03:00:00
30/05/2017 06:15:00 2017-05-30 06:15:00
2/4/2017 05:18:00 2017-04-02 05:18:00
2017/12/31 20:30:00 2017-12-31 20:30:00