Please help me understand the function as.POSIXct
I have a meteorology weatherlink database and I can not assign a date and time format to the date column
R version 3.3.1 (2016-06-21) Platform: x86_64-w64-mingw32 / x64 (64-bit) Running under: Windows> = 8 x64 (build 9200)
meteo$date <- as.POSIXct(strftime(meteo$date, format = "%d/%m/%Y %H:%M"))
Error in as.POSIXlt.character (x, tz, ...): character string is not in a standard unambiguous format