This question might be simple for some of you but bear with me since I\'m a beginner in R.
I have a dataframe that has a factor column (called time) containing DateTime
Try:
dataframe1$datetime <- strptime(x = as.character(dataframe1$datetime), format = "%d/%m/%Y %H:%M")