coluna sepaarato com data e hora em R
data$date <- as.Date(data$all) # Add date column
Eager Eland
data$date <- as.Date(data$all) # Add date column