## create a miniature example data frame > z = data.frame(time=Sys.time()) > z time 1 2009-09-14 11:56:42 > as.Date(z$time) [1] "2009-09-14"
A collection of small tips & tricks about R (complete list)
Data
Statistics
Graphics
Classes
Using R
Optmization
Other
Back to start page