Assunto: Extract Time in POSIXct I have a dataframe with a column [hora] with this format:
hora : POSIXct, format: "1899-12-30 14:30:00" It was obtained reading a access2007 database table. Can I extract the time from each entry, keeping the POSIXct format? ____________ Paulo E. Cardoso ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

