DeaR useR,
I read an excel column in R having Date and time (written in the same cell) as
follow,
06/18/18 10:00
06/18/18 11:00
06/18/18 12:00
In R environment, they are read as
43269.42
43269.46
43269.50
Is there a way to covert these characters back to the original format?
Thank-you very much in advance.
Eliza Botto
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list -- To UNSUBSCRIBE and more, see
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.